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