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 vstinner
Recipients mark.dickinson, pitrou, rhettinger, vstinner
Date 2009-01-07.12:07:04
SpamBayes Score 0.031879254
Marked as misclassified No
Message-id <1231330024.89.0.219820749615.issue4842@psf.upfronthosting.co.za>
In-reply-to
Content
I like the new patches: break int("3L") but keep pickle compatibility. 
I already noticed the "L" suffix problem when I was hacking the long 
type in Python 3.x (eg. by using GMP instead of builtin library).
History
Date User Action Args
2009-01-07 12:07:05vstinnersetrecipients: + vstinner, rhettinger, mark.dickinson, pitrou
2009-01-07 12:07:04vstinnersetmessageid: <1231330024.89.0.219820749615.issue4842@psf.upfronthosting.co.za>
2009-01-07 12:07:04vstinnerlinkissue4842 messages
2009-01-07 12:07:04vstinnercreate