[Python-checkins] r55740 - peps/trunk/pep-0011.txt peps/trunk/pep-0361.txt

brett.cannon python-checkins at python.org
Sat Jun 2 05:05:04 CEST 2007


Author: brett.cannon
Date: Sat Jun  2 05:04:57 2007
New Revision: 55740

Modified:
   peps/trunk/pep-0011.txt
   peps/trunk/pep-0361.txt
Log:
Note that AtheOS support stops in Python 2.6.


Modified: peps/trunk/pep-0011.txt
==============================================================================
--- peps/trunk/pep-0011.txt	(original)
+++ peps/trunk/pep-0011.txt	Sat Jun  2 05:04:57 2007
@@ -133,6 +133,10 @@
     Unsupported in:   Python 2.6 (warning in 2.5 installer)
     Code removed in:  Python 2.6
 
+    Name:             AtheOS
+    Unsupported in:   Python 2.6
+    Code removed in:  Python 2.7 (tentative)
+
 Copyright
 
     This document has been placed in the public domain.

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Sat Jun  2 05:04:57 2007
@@ -90,6 +90,7 @@
 
       - with/as will be keywords
       - a __dir__() special method to control dir() was added [1]
+      - AtheOS support stopped.
 
 
 Possible features for 2.6


More information about the Python-checkins mailing list