Document that posixfile now raises a DeprecationWarning.
This commit is contained in:
parent
953604a93f
commit
d1a663faf1
|
@ -84,7 +84,7 @@ Obsolete modules
|
||||||
|
|
||||||
The following modules currently lack a DeprecationWarning:
|
The following modules currently lack a DeprecationWarning:
|
||||||
|
|
||||||
posixfile, rfc822, mimetools, MimeWriter, mimify,
|
rfc822, mimetools, MimeWriter, mimify,
|
||||||
multifile, md5, sha, buildtools, cfmfile
|
multifile, md5, sha, buildtools, cfmfile
|
||||||
|
|
||||||
|
|
||||||
|
@ -93,7 +93,8 @@ Deprecated modules
|
||||||
Module name: posixfile
|
Module name: posixfile
|
||||||
Rationale: Locking is better done by fcntl.lockf().
|
Rationale: Locking is better done by fcntl.lockf().
|
||||||
Date: Before 1-Oct-2000.
|
Date: Before 1-Oct-2000.
|
||||||
Documentation: Already documented as obsolete.
|
Documentation: Already documented as obsolete. Deprecation
|
||||||
|
warning added in Python 2.6.
|
||||||
|
|
||||||
Module name: gopherlib
|
Module name: gopherlib
|
||||||
Rationale: The gopher protocol is not in active use anymore.
|
Rationale: The gopher protocol is not in active use anymore.
|
||||||
|
|
|
@ -63,6 +63,7 @@ Completed features for 2.6
|
||||||
|
|
||||||
- sets
|
- sets
|
||||||
- macostools.touched()
|
- macostools.touched()
|
||||||
|
- posixfile
|
||||||
|
|
||||||
Modules removed from the standard library:
|
Modules removed from the standard library:
|
||||||
|
|
||||||
|
@ -114,7 +115,6 @@ Possible features for 2.6
|
||||||
Module to gain a DeprecationWarning (as specified for Python 2.6
|
Module to gain a DeprecationWarning (as specified for Python 2.6
|
||||||
or through negligence):
|
or through negligence):
|
||||||
|
|
||||||
- posixfile
|
|
||||||
- rfc822
|
- rfc822
|
||||||
- mimetools
|
- mimetools
|
||||||
- MimeWriter
|
- MimeWriter
|
||||||
|
|
Loading…
Reference in New Issue