From: Benjamin Peterson Date: Sun, 8 Feb 2009 14:38:13 +0000 (+0000) Subject: document numliterals fixer X-Git-Tag: v2.7a1~2077 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e68b1898bde52ad8af73d21a8abd7461317302;p=thirdparty%2FPython%2Fcpython.git document numliterals fixer --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 6255a2ee437b..d24a684520a6 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -252,6 +252,10 @@ and off individually. They are described here in more detail. 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