]> granicus.if.org Git - python/commit
Fix #7838. Add docstrings and privatize _subprocess implementation details.
authorBrian Curtin <brian.curtin@gmail.com>
Sat, 24 Apr 2010 15:40:11 +0000 (15:40 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Sat, 24 Apr 2010 15:40:11 +0000 (15:40 +0000)
commita2936cfa0989988f3e9f9ce6aec7d5657a2f73ba
treedf5f23f5cfb46e933746afd5ddec7c6e117e6a38
parent55841ac1a54423b972884726944ae279cd554c35
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