mirror of
https://github.com/python/cpython.git
synced 2025-09-24 17:33:29 +00:00
document numliterals fixer
This commit is contained in:
parent
b91d2f5bd3
commit
c5e68b1898
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue