]> granicus.if.org Git - python/commit
Merged revisions 80439 via svnmerge from
authorBrian Curtin <brian.curtin@gmail.com>
Sat, 24 Apr 2010 15:59:50 +0000 (15:59 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Sat, 24 Apr 2010 15:59:50 +0000 (15:59 +0000)
commit520c834fbb6213779ff5ef21a2fe965c0a62c615
treec41675feaf18b109193304fb84009e52175d0b02
parentfbd74d0805bc50be8acf2e90e192f373a6158900
Merged revisions 80439 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80439 | brian.curtin | 2010-04-24 10:40:11 -0500 (Sat, 24 Apr 2010) | 6 lines

  Fix #7838. Add docstrings and privatize _subprocess implementation details.

  Since CREATE_NEW_* are used for the creation flags of a subprocess, they
  were added to __all__. The rest of the previously exposed attributes are
  now qualified by _subprocess.ATTR rather than importing *.
........
Lib/subprocess.py
PC/_subprocess.c