changeset: 3872:b9390aa12855
user: Brian Curtin
date: Mon May 02 19:35:58 2011 -0500
files: pep-0011.txt
description:
Add Windows 2000 and support of COMSPEC->command.com environments.
diff -r a09a267ab612 -r b9390aa12855 pep-0011.txt
--- a/pep-0011.txt Sun May 01 15:51:51 2011 +0100
+++ b/pep-0011.txt Mon May 02 19:35:58 2011 -0500
@@ -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@tishler.net)