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 ncoghlan
Recipients ggenellina, mark.dickinson, ncoghlan
Date 2008-03-26.07:00:07
SpamBayes Score 0.22126687
Marked as misclassified No
Message-id <1206514809.7.0.0858039890526.issue2483@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed - I've been convinced that the right thing to do is reject bytes
in int() and float() as well.

If we decide we still want to support a fast-path conversion it should
be via separate methods (e.g an int.from_ascii class method and an
int.to_ascii instance method).
History
Date User Action Args
2008-03-26 07:00:09ncoghlansetspambayes_score: 0.221267 -> 0.22126687
recipients: + ncoghlan, mark.dickinson, ggenellina
2008-03-26 07:00:09ncoghlansetspambayes_score: 0.221267 -> 0.221267
messageid: <1206514809.7.0.0858039890526.issue2483@psf.upfronthosting.co.za>
2008-03-26 07:00:08ncoghlanlinkissue2483 messages
2008-03-26 07:00:08ncoghlancreate