[Python-checkins] r55376 - peps/trunk/pep-0004.txt peps/trunk/pep-0011.txt

neal.norwitz python-checkins at python.org
Wed May 16 07:04:37 CEST 2007


Author: neal.norwitz
Date: Wed May 16 07:04:32 2007
New Revision: 55376

Modified:
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0011.txt
Log:
Move doc about supporting old versions of FreeBSD from PEP 11 to 4.
We are just not supporting the platform-specific modules, not the platform.

Here is the original checkin comment for PEP 11:

Remove support for freebsd[23] which were last released in 2000.

In 2.7 remove support for freebsd4 and 5.  4 is already not supported,
but the last version was released in 2005.
5 will be EOL around the same time as 2.6 is released.

http://www.freebsd.org/releases/index.html
http://security.freebsd.org/



Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Wed May 16 07:04:32 2007
@@ -218,6 +218,18 @@
     Documentation: Documented as deprecated as of Python 2.5, but
                    listing in this PEP was neglected.
 
+    Module name:   plat-freebsd2/IN and plat-freebsd3/IN 
+    Rationale:     Platforms are obsolete (last released in 2000)
+                   Removed from 2.6
+    Date:          15-May-2007
+    Documentation: None
+
+    Module name:   plat-freebsd4/IN and possibly plat-freebsd5/IN 
+    Rationale:     Platforms are obsolete/unsupported
+    Date:          15-May-2007
+                   Remove from 2.7
+    Documentation: None
+
 
 Undeprecated modules
 

Modified: peps/trunk/pep-0011.txt
==============================================================================
--- peps/trunk/pep-0011.txt	(original)
+++ peps/trunk/pep-0011.txt	Wed May 16 07:04:32 2007
@@ -133,14 +133,6 @@
     Unsupported in:   Python 2.6 (warning in 2.5 installer)
     Code removed in:  Python 2.6
 
-    Name:             FreeBSD 2 and 3
-    Unsupported in:   Python 2.6
-    Code removed in:  Python 2.6
-
-    Name:             FreeBSD 4 and 5
-    Unsupported in:   Python 2.7
-    Code removed in:  Python 2.7
-
 Copyright
 
     This document has been placed in the public domain.


More information about the Python-checkins mailing list