]> granicus.if.org Git - python/commit
Merged revisions 80441 via svnmerge from
authorBrian Curtin <brian.curtin@gmail.com>
Sat, 24 Apr 2010 16:33:18 +0000 (16:33 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Sat, 24 Apr 2010 16:33:18 +0000 (16:33 +0000)
commite149166412f59fd46a907bf66bf704317b8b06f3
tree35bc0d6a30fb01001d83119e5e4e37ebb5998661
parentfe0f117ce67f79092735a858bb587c2890b00a13
Merged revisions 80441 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80441 | brian.curtin | 2010-04-24 11:19:22 -0500 (Sat, 24 Apr 2010) | 13 lines

  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