Add unlisted modules
This commit is contained in:
parent
69c9d49284
commit
d0d217d628
26
pep-0004.txt
26
pep-0004.txt
|
@ -136,6 +136,32 @@ Deprecated modules
|
|||
Date: 24-Apr-2003
|
||||
Documentation: TBD
|
||||
|
||||
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.
|
||||
|
||||
Module name: statcache
|
||||
Rationale: Using the cache can be fragile and error-prone;
|
||||
applications should just use os.stat() directly.
|
||||
Date: 10-Aug-2004
|
||||
Documentation: This module has been documented as obsolete since
|
||||
Python 2.2, but listing in this PEP was neglected.
|
||||
|
||||
Module name: mpz
|
||||
Rationale: Third-party packages provide similiar features
|
||||
and wrap more of GMP's API.
|
||||
Date: 10-Aug-2004
|
||||
Documentation: This module has been documented as obsolete since
|
||||
Python 2.2, but listing in this PEP was neglected.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Undeprecated modules
|
||||
|
||||
|
|
Loading…
Reference in New Issue