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 mark.dickinson
Recipients ethan.furman, mark.dickinson, pitrou, serhiy.storchaka
Date 2013-12-15.20:45:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387140305.81.0.666483742919.issue19988@psf.upfronthosting.co.za>
In-reply-to
Content
> hex() and oct() should be using __int__ instead.

Strong -1 from me.  I wouldn't want `hex(45.3)` to work, and `hex(45.0)` working isn't much better.
History
Date User Action Args
2013-12-15 20:45:05mark.dickinsonsetrecipients: + mark.dickinson, pitrou, ethan.furman, serhiy.storchaka
2013-12-15 20:45:05mark.dickinsonsetmessageid: <1387140305.81.0.666483742919.issue19988@psf.upfronthosting.co.za>
2013-12-15 20:45:05mark.dickinsonlinkissue19988 messages
2013-12-15 20:45:05mark.dickinsoncreate