]> granicus.if.org Git - python/commit
Addresses Issue #10838: The subprocess now module includes
authorGregory P. Smith <greg@krypto.org>
Tue, 7 Apr 2015 22:57:54 +0000 (15:57 -0700)
committerGregory P. Smith <greg@krypto.org>
Tue, 7 Apr 2015 22:57:54 +0000 (15:57 -0700)
commitace55865c5a528d4d2711c468c5da649fa20c4b1
treeea7c26c8da7ca150d9ccc2a1e0625b03b8988bf2
parent3c28878e401400c6a51edd84d6d550c42e9441b6
Addresses Issue #10838: The subprocess now module includes
SubprocessError and TimeoutError in its list of exported names for the
users wild enough to use "from subprocess import *".

MAXFD, mswindows and list2cmdline should be dealt with (renamed or
moved) in separate commits.

Committed at 35,000ft.  Thanks chromebook free gogo wifi passes!
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS