[Python-checkins] r69435 - python/trunk/Doc/library/2to3.rst

benjamin.peterson python-checkins at python.org
Sun Feb 8 15:38:13 CET 2009


Author: benjamin.peterson
Date: Sun Feb  8 15:38:13 2009
New Revision: 69435

Log:
document numliterals fixer

Modified:
   python/trunk/Doc/library/2to3.rst

Modified: python/trunk/Doc/library/2to3.rst
==============================================================================
--- python/trunk/Doc/library/2to3.rst	(original)
+++ python/trunk/Doc/library/2to3.rst	Sun Feb  8 15:38:13 2009
@@ -252,6 +252,10 @@
 
    Renames :meth:`~object.__nonzero__` to :meth:`~object.__bool__`.
 
+.. 2to3fixer:: numliterals
+
+   Converts octal literals into the new syntax.
+
 .. 2to3fixer:: paren
 
    Add extra parenthesis where they are required in list comprehensions.  For


More information about the Python-checkins mailing list