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

"Martin v. Löwis" martin at v.loewis.de
Mon May 14 07:19:09 CEST 2007


> 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. 

That's actually not the way PEP 11 is meant to work. If some platform
support is to be removed, there should be one major release in which
the code is disabled, and then it should be removed only in the next
version. So if FreeBSD 4 and 5 should not be supported anymore, we
should "break" them in 2.6, and remove the code in 2.7.

Regards,
Martin



More information about the Python-checkins mailing list