summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-08-27 06:37:48 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-08-27 06:37:48 (GMT)
commit402d5985d8e4d1644943c63d507842649b472f1d (patch)
tree8b49524549fd9c41125c95e18fc68a489539d115 /Misc/NEWS
parent7c47beb860fcea2029850f1036fe1be216aab78e (diff)
downloadcpython-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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ddf80a..6cb27f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
===========================