Commit Graph

15 Commits

Author SHA1 Message Date
Neal Norwitz 5ac848d9ab 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/
2007-05-16 05:04:32 +00:00
Neal Norwitz b73128ab5a 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/
2007-05-13 21:16:45 +00:00
David Goodger 794b1f8f11 converted to UTF-8 & added coding slugs 2006-03-02 19:54:50 +00:00
Neal Norwitz 617a80e2ac I posted a message on python-dev about removing support for Windows 9x
in Python 2.6.  2.5 will display a warning message on unsupported systems.
2006-02-24 17:47:22 +00:00
Neal Norwitz f0c3f46626 MAL says this option should go away in bug report 874534:
The reason for the removal is that the option causes
    semantical problems and makes Unicode work in non-standard
    ways on platforms that use locale-aware extensions to the
    wc-type functions.

Since it wasn't previously announced, we can keep the option until 2.6
unless someone feels strong enough to rip it out.
2006-02-16 05:25:37 +00:00
Andrew M. Kuchling daae55da4e Note removal of MacOS 9 2003-11-19 17:04:35 +00:00
Martin v. Löwis 1ce5ccea6e Unsupport --without-universal-newlines. 2002-12-19 16:20:04 +00:00
Martin v. Löwis a944c59f6e Add Linux 1 and Irix 4. 2002-11-23 14:36:03 +00:00
Martin v. Löwis 55629ecc08 Redeprecate dgux. 2002-11-12 19:58:38 +00:00
Martin v. Löwis c8aa12c3ce Deprecate --with-dl-dld. Proposed by Matthew Cowles, in #636313. 2002-11-12 15:25:17 +00:00
Martin v. Löwis 45954ad893 Add Minix. Proposed by Skip Montanaro. 2002-11-12 13:03:33 +00:00
Martin v. Löwis 59f1b0992b Change title. Proposed by /F. 2002-07-15 18:26:52 +00:00
Martin v. Löwis a8249589a8 Add MS-DOS (proposed by Aahz). 2002-07-14 08:21:16 +00:00
Neal Norwitz cd5edf4e05 Fix typo. 2002-07-13 14:49:50 +00:00
Barry Warsaw 7033e9329a PEP 11, Unsupported Platforms, Martin von Loewis 2002-07-12 22:31:47 +00:00