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

guido.van.rossum python-checkins at python.org
Tue Nov 27 18:55:31 CET 2007


Author: guido.van.rossum
Date: Tue Nov 27 18:55:30 2007
New Revision: 59194

Modified:
   peps/trunk/pep-3100.txt
Log:
Mark unbound method removal as done.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Tue Nov 27 18:55:30 2007
@@ -121,7 +121,7 @@
 * ```x```: use ``repr(x)`` [2]_ [done]
 * The ``<>`` operator: use ``!=`` instead [3]_ [done]
 * The __mod__ and __divmod__ special methods on float. [they should stay] [21]_
-* Drop unbound methods [7]_ [25]_
+* Drop unbound methods [7]_ [25]_ [done]
 * METH_OLDARGS
 * WITH_CYCLE_GC [done]
 * __getslice__, __setslice__, __delslice__ [#sequence-types]_;


More information about the Python-checkins mailing list