]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix #14470. Remove w9xpopen per PEP 11.
authorBrian Curtin <brian@python.org>
Sun, 23 Dec 2012 22:53:21 +0000 (16:53 -0600)
committerBrian Curtin <brian@python.org>
Sun, 23 Dec 2012 22:53:21 +0000 (16:53 -0600)
commit445ad997ab7fd5ad8dd77250bb17c82ad40c1f1f
tree7bc829a888aa76693fe0c3431d8984fb1c2bae5d
parent77377574dcecac2d5936f2418e36cd9de4d90247
Fix #14470. Remove w9xpopen per PEP 11.

As stated in PEP 11, 3.4 removes code on Windows platforms where
COMSPEC points to command.com. The w9xpopen project in Visual Studio
was added to support that case, and there was a special case in subprocess
to cover that situation. This change removes the w9xpopen project from
the Visual Studio solution and removes any references to the w9xpopen
executable.
Lib/subprocess.py
PC/w9xpopen.c [deleted file]
PCbuild/pcbuild.sln
PCbuild/python.vcxproj
PCbuild/w9xpopen.vcxproj [deleted file]
PCbuild/w9xpopen.vcxproj.filters [deleted file]
Tools/msi/msi.py