Document that posixfile now raises a DeprecationWarning.

This commit is contained in:
Brett Cannon 2007-05-20 23:59:49 +00:00
parent 953604a93f
commit d1a663faf1
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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