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

neal.norwitz python-checkins at python.org
Sun May 13 23:16:48 CEST 2007


Author: neal.norwitz
Date: Sun May 13 23:16:45 2007
New Revision: 55300

Modified:
   peps/trunk/pep-0011.txt
Log:
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-0011.txt
==============================================================================
--- peps/trunk/pep-0011.txt	(original)
+++ peps/trunk/pep-0011.txt	Sun May 13 23:16:45 2007
@@ -133,6 +133,14 @@
     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