[Python-checkins] r53082 - peps/trunk/pep-3100.txt

georg.brandl python-checkins at python.org
Tue Dec 19 21:51:36 CET 2006


Author: georg.brandl
Date: Tue Dec 19 21:51:35 2006
New Revision: 53082

Modified:
   peps/trunk/pep-3100.txt
Log:
Mark intern() move as done.



Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Tue Dec 19 21:51:35 2006
@@ -178,7 +178,7 @@
 * ``coerce()``: no longer needed [2]_
 * ``execfile()``, ``reload()``: use ``exec()`` [2]_
 * ``input()``: use ``eval(sys.stdin.readline())`` [2]_ [done]
-* ``intern()``, ``id()``: put in ``sys`` (?) [2]_, [22]_
+* ``intern()``: put in ``sys`` [2]_, [22]_ [done]
 * ``map()``, ``filter()``: use list comprehensions instead??? [1]_, [9]_
   (Actually these can stay.)
 * ``reduce()``: write a loop instead [2]_, [9]_ [done]


More information about the Python-checkins mailing list