]> granicus.if.org Git - python/commit
#6189: The subprocess.py module should be kept compatible with python 2.2
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 18 Jun 2009 22:32:50 +0000 (22:32 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 18 Jun 2009 22:32:50 +0000 (22:32 +0000)
commit5fe420e34c0827902cd237f9225b25f446288e47
tree3811da1c2dd7299ce1a034d3a14fa1936cedcce7
parentc29863e3a6d3fe076eac4ef42c827ecc38ccc4b1
#6189: The subprocess.py module should be kept compatible with python 2.2

(On windows, you still have to change one line to use pywin32
instead of the _subprocess helper module)
Lib/subprocess.py
Misc/NEWS