[Python-checkins] peps: Unsupport OS/2 and VMS
victor.stinner
python-checkins at python.org
Mon Apr 25 16:24:06 CEST 2011
http://hg.python.org/peps/rev/3464257c9462
changeset: 3870:3464257c9462
user: Victor Stinner <victor.stinner at haypocalc.com>
date: Mon Apr 25 16:24:15 2011 +0200
summary:
Unsupport OS/2 and VMS
files:
pep-0011.txt | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/pep-0011.txt b/pep-0011.txt
--- a/pep-0011.txt
+++ b/pep-0011.txt
@@ -161,13 +161,20 @@
Code removed in: Python 3.3
Name: OSF* systems (issue 8606)
- Unsupported in: Python 3.2
+ Unsupported in: Python 3.2
Code removed in: Python 3.3
+ Name: OS/2
+ Unsupported in: Python 3.3
+ Code removed in: Python 3.4
+
+ Name: VMS
+ Unsupported in: Python 3.3
+ Code removed in: Python 3.4
+
Platform Maintainers
Cygwin Jason Tishler (jason at tishler.net)
- OS2/EMX Andrew MacIntyre (andymac at bullseye.apana.org.au)
More TBD.
Copyright
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list