commit | a2936cfa0989988f3e9f9ce6aec7d5657a2f73ba | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Sat Apr 24 15:40:11 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Sat Apr 24 15:40:11 2010 +0000 |
tree | df5f23f5cfb46e933746afd5ddec7c6e117e6a38 | |
parent | 55841ac1a54423b972884726944ae279cd554c35 [diff] |
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 *.