Note that backticks and '<>' removal are done.

This commit is contained in:
Brett Cannon 2006-08-25 06:03:06 +00:00
parent f75351eccc
commit 8df90897b3
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ To be removed:
* String exceptions: use instances of an Exception class [2]_ [done]
* ``raise Exception, "message"``: use ``raise Exception("message")`` [14]_
* ```x```: use ``repr(x)`` [2]_
* The ``<>`` operator: use ``!=`` instead [3]_
* ```x```: use ``repr(x)`` [2]_ [done]
* The ``<>`` operator: use ``!=`` instead [3]_ [done]
* The __mod__ and __divmod__ special methods on float. [29]_
* Might drop unbound methods? [7]_
* METH_OLDARGS