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 ezio.melotti
Recipients chris.jerdonek, ezio.melotti, georg.brandl, serhiy.storchaka
Date 2012-12-25.15:03:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356447815.4.0.386428731915.issue16772@psf.upfronthosting.co.za>
In-reply-to
Content
2.7$ ./python -c 'int("5", 12.5)'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
TypeError: integer argument expected, got float
3.2$ ./python -c 'int("5", 12.5)'
3.2$
History
Date User Action Args
2012-12-25 15:03:35ezio.melottisetrecipients: + ezio.melotti, georg.brandl, chris.jerdonek, serhiy.storchaka
2012-12-25 15:03:35ezio.melottisetmessageid: <1356447815.4.0.386428731915.issue16772@psf.upfronthosting.co.za>
2012-12-25 15:03:35ezio.melottilinkissue16772 messages
2012-12-25 15:03:35ezio.melotticreate