This commit is contained in:
Benjamin Peterson 2013-01-28 18:28:53 -05:00
commit 63c5202715

View file

@ -264,8 +264,7 @@ and off individually. They are described here in more detail.
.. 2to3fixer:: long
Strips the ``L`` prefix on long literals and renames :class:`long` to
:class:`int`.
Renames :class:`long` to :class:`int`.
.. 2to3fixer:: map