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 aronacher
Recipients aronacher, benjamin.peterson
Date 2008-12-08.11:09:14
SpamBayes Score 0.00023627713
Marked as misclassified No
Message-id <1228734557.43.0.0269801825175.issue4590@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that fix_long and fix_numliterals both strip trailing Ls from
numbers.  That's redudant, one of them should be enough.

I attached a patch that removes the literal changing from the fix_long
fixer.  Because I'm not sure if that may be the correct fixer to modify
I didn't commit it but created an issue for review.
History
Date User Action Args
2008-12-08 11:09:17aronachersetrecipients: + aronacher, benjamin.peterson
2008-12-08 11:09:17aronachersetmessageid: <1228734557.43.0.0269801825175.issue4590@psf.upfronthosting.co.za>
2008-12-08 11:09:16aronacherlinkissue4590 messages
2008-12-08 11:09:15aronachercreate