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

brett.cannon python-checkins at python.org
Thu May 29 19:22:47 CEST 2008


Author: brett.cannon
Date: Thu May 29 19:22:47 2008
New Revision: 63789

Log:
UserString has been dealt with.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Thu May 29 19:22:47 2008
@@ -639,7 +639,7 @@
   + Not as useful since types can be a superclass.
   + Useful bits moved to the 'collections' module.
 
-* UserList/UserString [done: 3.0] (TODO handle 2.6)
+* UserList/UserString [done: 2.6, 3.0]
 
   + Not useful since types can be a superclass.
   + Moved to the 'collections' module.


More information about the Python-checkins mailing list