[Python-checkins] r55475 - peps/trunk/pep-0004.txt peps/trunk/pep-0361.txt

brett.cannon python-checkins at python.org
Mon May 21 01:18:14 CEST 2007


Author: brett.cannon
Date: Mon May 21 01:18:12 2007
New Revision: 55475

Modified:
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0361.txt
Log:
Update PEPs based on removal of macfs.


Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Mon May 21 01:18:12 2007
@@ -80,7 +80,7 @@
 
     The following modules were removed in Python 2.6:
 
-        gopherlib, rgbimg
+        gopherlib, rgbimg, macfs
 
     The following modules currently lack a DeprecationWarning:
 
@@ -215,7 +215,8 @@
     Rationale:     Unknown.
     Date:          15-May-2007
     Documentation: Documented as deprecated as of Python 2.3, but
-                   listing in this PEP was neglected.
+                   listing in this PEP was neglected.  Removed in
+                   Python 2.6.
 
     Module name:   md5
     Rationale:     Replaced by the 'hashlib' module.

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Mon May 21 01:18:12 2007
@@ -59,14 +59,16 @@
 
         None
 
-    Deprecated modules in the standard library:
+    Deprecated modules and functions in the standard library:
 
         - sets
+        - macostools.touched()
 
     Modules removed from the standard library:
 
         - gopherlib
         - rgbimg
+        - macfs
 
     Python 3.0 compatability:
 
@@ -109,10 +111,6 @@
           PJE's withdrawal from 2.5 for inclusion in 2.6:
           http://mail.python.org/pipermail/python-dev/2006-April/064145.html
 
-    Modules to be removed according to PEP 4:
-
-        - macfs
-
     Module to gain a DeprecationWarning (as specified for Python 2.6
     or through negligence):
 


More information about the Python-checkins mailing list