[Python-checkins] cpython: Move no-longer-supported operating systems into 'removed' section.

r.david.murray python-checkins at python.org
Tue Dec 24 21:43:36 CET 2013


http://hg.python.org/cpython/rev/b959bf4a4c7b
changeset:   88172:b959bf4a4c7b
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Dec 24 14:59:50 2013 -0500
summary:
  Move no-longer-supported operating systems into 'removed' section.

files:
  Doc/whatsnew/3.4.rst |  20 +++++++-------------
  1 files changed, 7 insertions(+), 13 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1112,13 +1112,6 @@
 Deprecated
 ==========
 
-Unsupported Operating Systems
------------------------------
-
-* OS/2
-* Windows 2000
-* VMS
-
 
 Deprecated Python Modules, Functions and Methods
 ------------------------------------------------
@@ -1159,16 +1152,17 @@
 Removed
 =======
 
+* Support for the following previously deprecated operating systems has been
+  removed from the source and build tools:
+
+    * OS/2 (:issue:`16135`).
+    * Windows 2000 (changeset e52df05b496a).
+    * VMS (:issue:`16136`).
+
 * The unmaintained ``Misc/TextMate`` and ``Misc/vim`` directories have been
   removed (see the `devguide <http://docs.python.org/devguide>`_
   for what to use instead).
 
-* OS/2 support code has been removed from the source tree and build tools
-  (:issue:`16135`).
-
-* Windows 2000 support code has been removed from the source tree and build
-  tools (changeset e52df05b496a).
-
 * The ``SO`` makefile macro is removed (it was replaced by the
   ``SHLIB_SUFFIX`` and ``EXT_SUFFIX`` macros) (:issue:`16754`).
 

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


More information about the Python-checkins mailing list