Update PEPs to reflect that cfmfile now raises a DeprecationWarning.
This commit is contained in:
parent
ab5f143751
commit
961a7e0ec0
|
@ -84,7 +84,7 @@ Obsolete modules
|
|||
|
||||
The following modules currently lack a DeprecationWarning:
|
||||
|
||||
rfc822, mimetools, multifile, cfmfile
|
||||
rfc822, mimetools, multifile
|
||||
|
||||
|
||||
Deprecated modules
|
||||
|
@ -212,7 +212,8 @@ Deprecated modules
|
|||
Rationale: Unknown.
|
||||
Date: 15-May-2007
|
||||
Documentation: Documented as deprecated as of Python 2.4, but
|
||||
listing in this PEP was neglected.
|
||||
listing in this PEP was neglected. A
|
||||
DeprecationWarning was added in Python 2.6.
|
||||
|
||||
Module name: macfs
|
||||
Rationale: Unknown.
|
||||
|
|
|
@ -62,6 +62,7 @@ Completed features for 2.6
|
|||
Deprecated modules and functions in the standard library:
|
||||
|
||||
- buildtools
|
||||
- cfmfile
|
||||
- commands.getstatus()
|
||||
- macostools.touched()
|
||||
- md5
|
||||
|
@ -132,8 +133,7 @@ Possible features for 2.6
|
|||
- rfc822
|
||||
- mimetools
|
||||
- multifile
|
||||
- cfmfile
|
||||
- compiler package
|
||||
- compiler package (or a Py3K warning instead?)
|
||||
|
||||
- warnings module implemented in C
|
||||
* Convert Parser/*.c to use warnings module rather than printf
|
||||
|
|
Loading…
Reference in New Issue