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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2012-12-24.20:10:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356379816.55.0.394159621293.issue16772@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure this is a bug. In 2.7 int() and long() with float number base raises TypeError. But in 3.x int() accepts float number base and truncate it to int.
History
Date User Action Args
2012-12-24 20:10:16serhiy.storchakasetrecipients: + serhiy.storchaka
2012-12-24 20:10:16serhiy.storchakasetmessageid: <1356379816.55.0.394159621293.issue16772@psf.upfronthosting.co.za>
2012-12-24 20:10:16serhiy.storchakalinkissue16772 messages
2012-12-24 20:10:16serhiy.storchakacreate