Update PEPs based on removal of macfs.

This commit is contained in:
Brett Cannon 2007-05-20 23:18:12 +00:00
parent 00cd4f318a
commit 953604a93f
2 changed files with 6 additions and 7 deletions

View File

@ -80,7 +80,7 @@ Obsolete modules
The following modules were removed in Python 2.6:
gopherlib, rgbimg
gopherlib, rgbimg, macfs
The following modules currently lack a DeprecationWarning:
@ -215,7 +215,8 @@ Deprecated modules
Rationale: Unknown.
Date: 15-May-2007
Documentation: Documented as deprecated as of Python 2.3, but
listing in this PEP was neglected.
listing in this PEP was neglected. Removed in
Python 2.6.
Module name: md5
Rationale: Replaced by the 'hashlib' module.

View File

@ -59,14 +59,16 @@ Completed features for 2.6
None
Deprecated modules in the standard library:
Deprecated modules and functions in the standard library:
- sets
- macostools.touched()
Modules removed from the standard library:
- gopherlib
- rgbimg
- macfs
Python 3.0 compatability:
@ -109,10 +111,6 @@ Possible features for 2.6
PJE's withdrawal from 2.5 for inclusion in 2.6:
http://mail.python.org/pipermail/python-dev/2006-April/064145.html
Modules to be removed according to PEP 4:
- macfs
Module to gain a DeprecationWarning (as specified for Python 2.6
or through negligence):