diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-27 06:37:48 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-27 06:37:48 (GMT) |
commit | 402d5985d8e4d1644943c63d507842649b472f1d (patch) | |
tree | 8b49524549fd9c41125c95e18fc68a489539d115 /Misc | |
parent | 7c47beb860fcea2029850f1036fe1be216aab78e (diff) | |
download | cpython-402d5985d8e4d1644943c63d507842649b472f1d.zip cpython-402d5985d8e4d1644943c63d507842649b472f1d.tar.gz cpython-402d5985d8e4d1644943c63d507842649b472f1d.tar.bz2 |
SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, from
Brian Quinlan.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -317,6 +317,7 @@ François Pinard John Popplewell Amrit Prem Paul Prescod +Brian Quinlan Eric Raymond John Redford Terry Reedy @@ -15,6 +15,9 @@ Tests Windows ++ The w9xpopen hack is now used on Windows NT and 2000 too when COMPSPEC + points to command.com (patch from Brian Quinlan). + What's New in Python 2.2a2? =========================== |