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

brett.cannon python-checkins at python.org
Thu May 17 00:46:19 CEST 2007


Author: brett.cannon
Date: Thu May 17 00:46:19 2007
New Revision: 55390

Modified:
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0361.txt
   peps/trunk/pep-3100.txt
Log:
Document the removal of gopherlib.


Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Thu May 17 00:46:19 2007
@@ -78,6 +78,10 @@
         rand, reconvert, regex, regsub, statcache, tb, tzparse,
         util, whatsound, whrandom, zmod
 
+    The following modules were removed in Python 2.6:
+
+        gopherlib
+
     The following modules currently lack a DeprecationWarning:
 
         posixfile, rfc822, mimetools, MimeWriter, mimify,
@@ -94,7 +98,8 @@
     Module name:   gopherlib
     Rationale:     The gopher protocol is not in active use anymore.
     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:   rgbimgmodule
     Rationale:     In a 2001-04-24 c.l.py post, Jason Petrone mentions

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Thu May 17 00:46:19 2007
@@ -63,6 +63,10 @@
 
         - sets
 
+    Modules removed from the standard library:
+
+        - gopherlib
+
     Python 3.0 compatability:
 
         None
@@ -106,7 +110,6 @@
 
     Modules to be removed according to PEP 4:
 
-        - gopherlib
         - rgbimg
         - buildtools [if DeprecationWarning raised in 2.5]
         - cfmfile [if DeprecationWarning raised in 2.5]

Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Thu May 17 00:46:19 2007
@@ -210,8 +210,7 @@
         - ``reconvert``, ``stringold``, ``xmllib``,
           ``pcre``, ``pypcre``, ``strop`` [all done]
     + see PEP 4 [#pep4]_
-        - ``gopherlib``,
-          ``mimetools``,
+        - ``mimetools``,
           ``MimeWriter``,
           ``mimify``,
           ``mpz``,
@@ -226,6 +225,7 @@
           ``TERMIOS``, 
           ``timing``
           [to do]
+        - ``gopherlib`` [done]
         - ``cl``, ``sets``, ``xreadlines``, ``rotor``, ``whrandom`` [done]
     + Everything in lib-old [#pep4]_ [done]
         - ``Para``, ``addpack``, ``cmp``, ``cmpcache``, ``codehack``,


More information about the Python-checkins mailing list