summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-04-26 20:48:24 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-04-26 20:48:24 (GMT)
commitb90db4caf014a390fb5d9dca12b8cdcc0ff78c81 (patch)
treeed56343df4339ee1eeb0f115afada9b8ae3f961b /Doc/whatsnew
parentd972d8fea25fd738fb313d5dabfd0a1aa998356f (diff)
downloadcpython-b90db4caf014a390fb5d9dca12b8cdcc0ff78c81.zip
cpython-b90db4caf014a390fb5d9dca12b8cdcc0ff78c81.tar.gz
cpython-b90db4caf014a390fb5d9dca12b8cdcc0ff78c81.tar.bz2
Issue #11918: OS/2 and VMS are no more supported because of the lack of
maintainer.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index d3c9a97..a2a9c19 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -136,6 +136,12 @@ Changes to Python's build process and to the C API include:
* Stub
+Unsupported operating systems
+=============================
+
+OS/2 and VMS are no more supported because of the lack of maintainer.
+
+
Porting to Python 3.3
=====================