Guido and Jeffrey decided that __mod__ and __divmod__ should stay on floats.
This commit is contained in:
parent
df2691247f
commit
09b6a45abe
|
@ -121,7 +121,7 @@ To be removed:
|
||||||
* ``raise Exception, "message"``: use ``raise Exception("message")`` [12]_
|
* ``raise Exception, "message"``: use ``raise Exception("message")`` [12]_
|
||||||
* ```x```: use ``repr(x)`` [2]_ [done]
|
* ```x```: use ``repr(x)`` [2]_ [done]
|
||||||
* The ``<>`` operator: use ``!=`` instead [3]_ [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]
|
* Might drop unbound methods? [7]_ [UNLIKELY]
|
||||||
* METH_OLDARGS
|
* METH_OLDARGS
|
||||||
* WITH_CYCLE_GC [done]
|
* WITH_CYCLE_GC [done]
|
||||||
|
|
Loading…
Reference in New Issue