This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fabiomcosta
Recipients aronacher, benjamin.peterson, fabiomcosta
Date 2013-01-28.18:29:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359397795.64.0.0411920735819.issue4590@psf.upfronthosting.co.za>
In-reply-to
Content
I believe that since this change the 2to3 documentation is outdated.

http://docs.python.org/2/library/2to3.html#2to3fixer-long
http://docs.python.org/2/library/2to3.html#2to3fixer-numliterals
http://docs.python.org/3/library/2to3.html#2to3fixer-long
http://docs.python.org/3/library/2to3.html#2to3fixer-numliterals

They could be updated to something like this:

long
Renames long to int. Check `numliterals` if you want to strip the L suffix on long literals.

numliterals
Converts octal and long literals into the new syntax.

Sorry if this is not the right channel to send documentation bug reports.
History
Date User Action Args
2013-01-28 18:29:55fabiomcostasetrecipients: + fabiomcosta, benjamin.peterson, aronacher
2013-01-28 18:29:55fabiomcostasetmessageid: <1359397795.64.0.0411920735819.issue4590@psf.upfronthosting.co.za>
2013-01-28 18:29:55fabiomcostalinkissue4590 messages
2013-01-28 18:29:55fabiomcostacreate