Author mark.dickinson
Recipients Carl.Friedrich.Bolz, benjamin.peterson, mark.dickinson
Date 2009-09-29.16:39:43
SpamBayes Score 0.115364
Marked as misclassified No
Message-id <1254242385.27.0.666380819372.issue7019@psf.upfronthosting.co.za>
In-reply-to
Content
So there are two options:  (1) raise an exception, or (2) strip leading 
zero digits and produce a properly normalized Python long.  Do you have 
any strong preferences?  I'm inclined towards (2).

How did you encounter this in the first place?
History
Date User Action Args
2009-09-29 16:40:40mark.dickinsonsetrecipients: + mark.dickinson, Carl.Friedrich.Bolz, benjamin.peterson
2009-09-29 16:39:45mark.dickinsonsetmessageid: <1254242385.27.0.666380819372.issue7019@psf.upfronthosting.co.za>
2009-09-29 16:39:44mark.dickinsonlinkissue7019 messages
2009-09-29 16:39:44mark.dickinsoncreate