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 vstinner
Recipients eric.smith, ethan.furman, gvanrossum, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2013-12-16.17:11:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZp0UOjDOJGU8U+7+hY-UjJHmthNgjdT-v0-hy53mBD4g@mail.gmail.com>
In-reply-to <1387212742.8.0.489754302342.issue19995@psf.upfronthosting.co.za>
Content
> Are we in agreement?

Start maybe on writing unit tests :-)

IMO all int-like objects should behave the same. I don't see any good
reason why hex(value) would succeed whereas "%x" % value fails. Both
should succeed (or both should fail).
History
Date User Action Args
2013-12-16 17:11:41vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, mark.dickinson, pitrou, eric.smith, skrah, ethan.furman, serhiy.storchaka
2013-12-16 17:11:41vstinnerlinkissue19995 messages
2013-12-16 17:11:40vstinnercreate