[Python-checkins] r55478 - peps/trunk/pep-0004.txt peps/trunk/pep-0361.txt
brett.cannon
python-checkins at python.org
Mon May 21 01:59:52 CEST 2007
Author: brett.cannon
Date: Mon May 21 01:59:49 2007
New Revision: 55478
Modified:
peps/trunk/pep-0004.txt
peps/trunk/pep-0361.txt
Log:
Document that posixfile now raises a DeprecationWarning.
Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt (original)
+++ peps/trunk/pep-0004.txt Mon May 21 01:59:49 2007
@@ -84,7 +84,7 @@
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 @@
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.
Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt (original)
+++ peps/trunk/pep-0361.txt Mon May 21 01:59:49 2007
@@ -63,6 +63,7 @@
- sets
- macostools.touched()
+ - posixfile
Modules removed from the standard library:
@@ -114,7 +115,6 @@
Module to gain a DeprecationWarning (as specified for Python 2.6
or through negligence):
- - posixfile
- rfc822
- mimetools
- MimeWriter
More information about the Python-checkins
mailing list