• Brian Curtin's avatar
    Merged revisions 80439 via svnmerge from · 1681b86f
    Brian Curtin authored
    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 *.
    ........
    1681b86f
_subprocess.c 17.3 KB