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

neal.norwitz python-checkins at python.org
Wed Aug 22 23:33:30 CEST 2007


Author: neal.norwitz
Date: Wed Aug 22 23:33:30 2007
New Revision: 57288

Modified:
   peps/trunk/pep-3100.txt
Log:
Guido and Jeffrey decided that __mod__ and __divmod__ should stay on floats.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Wed Aug 22 23:33:30 2007
@@ -121,7 +121,7 @@
 * ``raise Exception, "message"``: use ``raise Exception("message")`` [12]_
 * ```x```: use ``repr(x)`` [2]_ [done]
 * The ``<>`` operator: use ``!=`` instead [3]_ [done]
-* The __mod__ and __divmod__ special methods on float. [21]_
+* The __mod__ and __divmod__ special methods on float. [they should stay] [21]_
 * Might drop unbound methods? [7]_ [UNLIKELY]
 * METH_OLDARGS
 * WITH_CYCLE_GC [done]


More information about the Python-checkins mailing list