Add unlisted modules

This commit is contained in:
Andrew M. Kuchling 2004-08-10 13:27:32 +00:00
parent 69c9d49284
commit d0d217d628
1 changed files with 26 additions and 0 deletions

View File

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