Update PEPs based on removal of macfs.
This commit is contained in:
parent
00cd4f318a
commit
953604a93f
|
@ -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.
|
||||
|
|
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue