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:
|
||||
|
||||
posixfile, rfc822, mimetools, MimeWriter, mimify,
|
||||
rfc822, mimetools, MimeWriter, mimify,
|
||||
multifile, md5, sha, buildtools, cfmfile
|
||||
|
||||
|
||||
|
@ -93,7 +93,8 @@ Deprecated modules
|
|||
Module name: posixfile
|
||||
Rationale: Locking is better done by fcntl.lockf().
|
||||
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
|
||||
Rationale: The gopher protocol is not in active use anymore.
|
||||
|
|
|
@ -63,6 +63,7 @@ Completed features for 2.6
|
|||
|
||||
- sets
|
||||
- macostools.touched()
|
||||
- posixfile
|
||||
|
||||
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
|
||||
or through negligence):
|
||||
|
||||
- posixfile
|
||||
- rfc822
|
||||
- mimetools
|
||||
- MimeWriter
|
||||
|
|
Loading…
Reference in New Issue