]> granicus.if.org Git - python/commit
Merged revisions 80439 via svnmerge from
authorBrian Curtin <brian.curtin@gmail.com>
Sat, 24 Apr 2010 16:19:22 +0000 (16:19 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Sat, 24 Apr 2010 16:19:22 +0000 (16:19 +0000)
commit1ce6b5815377bdba9029c39a57fcc552b4e32f9d
tree670407b8469e862e08f58ee0855d14eb21ddc9c3
parente322024449dddfa9f5d3341e8d6fc370b7918b64
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