commit | 520c834fbb6213779ff5ef21a2fe965c0a62c615 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Sat Apr 24 15:59:50 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Sat Apr 24 15:59:50 2010 +0000 |
tree | c41675feaf18b109193304fb84009e52175d0b02 | |
parent | fbd74d0805bc50be8acf2e90e192f373a6158900 [diff] |
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 *. ........