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 pitrou
Recipients ajaksu2, gregory.p.smith, pitrou
Date 2008-08-29.00:25:52
SpamBayes Score 0.0028636423
Marked as misclassified No
Message-id <1219969550.5675.6.camel@fsol>
In-reply-to <1219951830.54.0.599883125975.issue3708@psf.upfronthosting.co.za>
Content
Le jeudi 28 août 2008 à 19:30 +0000, Gregory P. Smith a écrit :
> if i did 
> 
>  n = int(n)
> 
> that would change the API to allow bytes/unicode to be passed in which
> is not something i want.

Ok, I hadn't thought about that. You convinced me.
History
Date User Action Args
2008-08-29 00:25:55pitrousetrecipients: + pitrou, gregory.p.smith, ajaksu2
2008-08-29 00:25:53pitroulinkissue3708 messages
2008-08-29 00:25:53pitroucreate