From c5e68b1898bde52ad8af73d21a8abd7461317302 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 8 Feb 2009 14:38:13 +0000 Subject: [PATCH] document numliterals fixer --- Doc/library/2to3.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 6255a2ee43..d24a684520 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 -- 2.50.1