Update PEP 4 with documentation changes.

This commit is contained in:
Georg Brandl 2006-02-17 11:56:02 +00:00
parent c84414c86c
commit 05deb96f48
1 changed files with 16 additions and 7 deletions

View File

@ -83,14 +83,14 @@ Deprecated modules
Module name: gopherlib Module name: gopherlib
Rationale: The gopher protocol is not in active use anymore. Rationale: The gopher protocol is not in active use anymore.
Date: 1-Oct-2000. Date: 1-Oct-2000.
Documentation: TBD Documentation: Documented as deprecated since Python 2.5.
Module name: rgbimgmodule Module name: rgbimgmodule
Rationale: In a 2001-04-24 c.l.py post, Jason Petrone mentions Rationale: In a 2001-04-24 c.l.py post, Jason Petrone mentions
that he occasionally uses it; no other references to that he occasionally uses it; no other references to
its use can be found as of 2003-11-19. its use can be found as of 2003-11-19.
Date: 1-Oct-2000 Date: 1-Oct-2000
Documentation: TBD Documentation: Documented as deprecated since Python 2.5.
Module name: pre Module name: pre
Rationale: The underlying PCRE engine doesn't support Unicode, and Rationale: The underlying PCRE engine doesn't support Unicode, and
@ -114,33 +114,39 @@ Deprecated modules
Module name: rfc822 Module name: rfc822
Rationale: Supplanted by Python 2.2's email package. Rationale: Supplanted by Python 2.2's email package.
Date: 18-Mar-2002 Date: 18-Mar-2002
Documentation: TBD Documentation: Documented as "deprecated since release 2.3" since
Python 2.2.2.
Module name: mimetools Module name: mimetools
Rationale: Supplanted by Python 2.2's email package. Rationale: Supplanted by Python 2.2's email package.
Date: 18-Mar-2002 Date: 18-Mar-2002
Documentation: TBD Documentation: Documented as "deprecated since release 2.3" since
Python 2.2.2.
Module name: MimeWriter Module name: MimeWriter
Rationale: Supplanted by Python 2.2's email package. Rationale: Supplanted by Python 2.2's email package.
Date: 18-Mar-2002 Date: 18-Mar-2002
Documentation: TBD Documentation: Documented as "deprecated since release 2.3" since
Python 2.2.2.
Module name: mimify Module name: mimify
Rationale: Supplanted by Python 2.2's email package. Rationale: Supplanted by Python 2.2's email package.
Date: 18-Mar-2002 Date: 18-Mar-2002
Documentation: TBD Documentation: Documented as "deprecated since release 2.3" since
Python 2.2.2.
Module name: rotor Module name: rotor
Rationale: Uses insecure algorithm. Rationale: Uses insecure algorithm.
Date: 24-Apr-2003 Date: 24-Apr-2003
Documentation: TBD Documentation: The documentation has been removed from the library
reference in Python 2.4.
Module name: TERMIOS.py Module name: TERMIOS.py
Rationale: The constants in this file are now in the 'termios' module. Rationale: The constants in this file are now in the 'termios' module.
Date: 10-Aug-2004 Date: 10-Aug-2004
Documentation: This module has been documented as obsolete since Documentation: This module has been documented as obsolete since
Python 2.1, but listing in this PEP was neglected. Python 2.1, but listing in this PEP was neglected.
Removed from the library reference in Python 2.4.
Module name: statcache Module name: statcache
Rationale: Using the cache can be fragile and error-prone; Rationale: Using the cache can be fragile and error-prone;
@ -148,6 +154,7 @@ Deprecated modules
Date: 10-Aug-2004 Date: 10-Aug-2004
Documentation: This module has been documented as obsolete since Documentation: This module has been documented as obsolete since
Python 2.2, but listing in this PEP was neglected. Python 2.2, but listing in this PEP was neglected.
Removed from the library reference in Python 2.5.
Module name: mpz Module name: mpz
Rationale: Third-party packages provide similiar features Rationale: Third-party packages provide similiar features
@ -155,12 +162,14 @@ Deprecated modules
Date: 10-Aug-2004 Date: 10-Aug-2004
Documentation: This module has been documented as obsolete since Documentation: This module has been documented as obsolete since
Python 2.2, but listing in this PEP was neglected. Python 2.2, but listing in this PEP was neglected.
Removed from the library reference in Python 2.4.
Module name: xreadlines Module name: xreadlines
Rationale: Using 'for line in file', introduced in 2.3, is preferable. Rationale: Using 'for line in file', introduced in 2.3, is preferable.
Date: 10-Aug-2004 Date: 10-Aug-2004
Documentation: This module has been documented as obsolete since Documentation: This module has been documented as obsolete since
Python 2.3, but listing in this PEP was neglected. Python 2.3, but listing in this PEP was neglected.
Removed from the library reference in Python 2.4.
Undeprecated modules Undeprecated modules