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/
This commit is contained in:
parent
377daecac6
commit
5ac848d9ab
12
pep-0004.txt
12
pep-0004.txt
|
@ -218,6 +218,18 @@ Deprecated modules
|
|||
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
|
||||
|
||||
|
|
|
@ -133,14 +133,6 @@ No-longer-supported platforms
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue