[Python-checkins] peps: Add Windows 2000 and support of COMSPEC->command.com environments.

brian.curtin python-checkins at python.org
Tue May 3 02:36:15 CEST 2011


http://hg.python.org/peps/rev/b9390aa12855
changeset:   3872:b9390aa12855
user:        Brian Curtin <brian at python.org>
date:        Mon May 02 19:35:58 2011 -0500
summary:
  Add Windows 2000 and support of COMSPEC->command.com environments.

files:
  pep-0011.txt |  8 ++++++++
  1 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/pep-0011.txt b/pep-0011.txt
--- a/pep-0011.txt
+++ b/pep-0011.txt
@@ -172,6 +172,14 @@
     Unsupported in:   Python 3.3
     Code removed in:  Python 3.4
 
+    Name:             Windows 2000
+    Unsupported in:   Python 3.3
+    Code removed in:  Python 3.4
+
+    Name:             Windows systems where COMSPEC points to command.com
+    Unsupported in:   Python 3.3
+    Code removed in:  Python 3.4
+
 Platform Maintainers
 
     Cygwin            Jason Tishler (jason at tishler.net)

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list