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

alexandre.vassalotti python-checkins at python.org
Fri May 16 09:20:00 CEST 2008


Author: alexandre.vassalotti
Date: Fri May 16 09:20:00 2008
New Revision: 63363

Log:
Dealt with the repr module.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Fri May 16 09:20:00 2008
@@ -743,7 +743,7 @@
 =================  ===============================
 Current Name       Replacement Name
 =================  ===============================
-repr               reprlib (TODO)
+repr               reprlib [done; 2.6, 3.0]
 test.test_support  test.support (TODO)
 =================  ===============================
 


More information about the Python-checkins mailing list