[Python-checkins] r64644 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Wed Jul 2 00:46:37 CEST 2008


Author: brett.cannon
Date: Wed Jul  2 00:46:37 2008
New Revision: 64644

Log:
It looks like the cl module was properly handled for 2.6 already.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jul  2 00:46:37 2008
@@ -51,8 +51,8 @@
 period.
 
 
-Previously deprecated
----------------------
+Previously deprecated [done]
+----------------------------
 
 PEP 4 lists all modules that have been deprecated in the stdlib
 [#pep-0004]_.  The specified motivations mirror those listed in
@@ -69,7 +69,7 @@
     + Documented as deprecated since Python 2.4 without an explicit
       reason.
 
-* cl [done: 3.0]
+* cl [done: 2.6, 3.0]
 
     + Documented as obsolete since Python 2.0 or earlier.
     + Interface to SGI hardware.


More information about the Python-checkins mailing list