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

brett.cannon python-checkins at python.org
Sun May 20 09:13:47 CEST 2007


Author: brett.cannon
Date: Sun May 20 09:13:46 2007
New Revision: 55459

Modified:
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0361.txt
   peps/trunk/pep-3108.txt
Log:
Update PEPs based on the removal of rgbimg from Python 2.6.


Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Sun May 20 09:13:46 2007
@@ -80,7 +80,7 @@
 
     The following modules were removed in Python 2.6:
 
-        gopherlib
+        gopherlib, rgbimg
 
     The following modules currently lack a DeprecationWarning:
 
@@ -106,7 +106,8 @@
                    that he occasionally uses it; no other references to 
                    its use can be found as of 2003-11-19.
     Date:          1-Oct-2000
-    Documentation: Documented as deprecated since Python 2.5.
+    Documentation: Documented as deprecated since Python 2.5.  Removed
+                   in Python 2.6.
 
     Module name:   pre
     Rationale:     The underlying PCRE engine doesn't support Unicode, and 

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Sun May 20 09:13:46 2007
@@ -66,6 +66,7 @@
     Modules removed from the standard library:
 
         - gopherlib
+        - rgbimg
 
     Python 3.0 compatability:
 
@@ -110,7 +111,6 @@
 
     Modules to be removed according to PEP 4:
 
-        - rgbimg
         - buildtools [if DeprecationWarning raised in 2.5]
         - cfmfile [if DeprecationWarning raised in 2.5]
         - macfs [if DeprecationWarning raised in 2.5]

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sun May 20 09:13:46 2007
@@ -315,6 +315,9 @@
 
   + Better support by third-party libraries
     (Python Imaging Library [#pil]_).
+  + Unit tests relied on rgbimg and imgfile.
+        - rgbimg was removed in Python 2.6.
+        - imgfile slated for removal in this PEP. [done]
 
 * linuxaudiodev
 


More information about the Python-checkins mailing list