summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-24 19:59:50 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-12-24 19:59:50 (GMT)
commit076deadd81a1dd2c2bc2a6962b1ed699f119eabe (patch)
tree667a1ab4d37b2984557be047b1e6f834b14a6d6f /Doc
parente7cf678ad2715d4119e836cf2c3cd7beb86bf34b (diff)
downloadcpython-076deadd81a1dd2c2bc2a6962b1ed699f119eabe.zip
cpython-076deadd81a1dd2c2bc2a6962b1ed699f119eabe.tar.gz
cpython-076deadd81a1dd2c2bc2a6962b1ed699f119eabe.tar.bz2
Move no-longer-supported operating systems into 'removed' section.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst20
1 files changed, 7 insertions, 13 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 4517fa2..a954380 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1112,13 +1112,6 @@ Major performance enhancements have been added:
Deprecated
==========
-Unsupported Operating Systems
------------------------------
-
-* OS/2
-* Windows 2000
-* VMS
-
Deprecated Python Modules, Functions and Methods
------------------------------------------------
@@ -1159,16 +1152,17 @@ Deprecated Features
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`).