]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adjust OS/2 & VMS grammar, and add Windows 2000 to the unsupported list.
authorBrian Curtin <brian@python.org>
Tue, 3 May 2011 03:30:06 +0000 (22:30 -0500)
committerBrian Curtin <brian@python.org>
Tue, 3 May 2011 03:30:06 +0000 (22:30 -0500)
Doc/whatsnew/3.3.rst

index 5d9587d710095aa4a58f2f715dbc8dac6d1f11bf..0ab4fc86bec668cdbcb4825637b5a02a33bd1d53 100644 (file)
@@ -148,7 +148,10 @@ Changes to Python's build process and to the C API include:
 Unsupported Operating Systems
 =============================
 
-OS/2 and VMS are no more supported because of the lack of a maintainer.
+OS/2 and VMS are no longer supported due to the lack of a maintainer.
+
+Windows 2000 and Windows platforms which set ``COMSPEC`` to ``command.com``
+are no longer supported due to maintenance burden.
 
 
 Porting to Python 3.3