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.10:16:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356344179.57.0.256003858099.issue16761@psf.upfronthosting.co.za>
In-reply-to
Content
Currently int() ignores base keyword argument if first string argument omitted. Such usage is no other than bug. The proposed patch raises TypeError in such case.

See also discussion at Python-Dev: http://comments.gmane.org/gmane.comp.python.cvs/92290 .
History
Date User Action Args
2012-12-24 10:16:19serhiy.storchakasetrecipients: + serhiy.storchaka
2012-12-24 10:16:19serhiy.storchakasetmessageid: <1356344179.57.0.256003858099.issue16761@psf.upfronthosting.co.za>
2012-12-24 10:16:19serhiy.storchakalinkissue16761 messages
2012-12-24 10:16:18serhiy.storchakacreate