Skip to content

Commit 5eaa3f8

Browse files
author
benjamin.peterson
committedFeb 8, 2009
document numliterals fixer
git-svn-id: http://svn.python.org/projects/python/trunk@69435 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 128add8 commit 5eaa3f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎Doc/library/2to3.rst

+4
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ and off individually. They are described here in more detail.
252252
253253
Renames :meth:`~object.__nonzero__` to :meth:`~object.__bool__`.
254254
255+
.. 2to3fixer:: numliterals
256+
257+
Converts octal literals into the new syntax.
258+
255259
.. 2to3fixer:: paren
256260
257261
Add extra parenthesis where they are required in list comprehensions. For

0 commit comments

Comments
 (0)
Please sign in to comment.