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 gvanrossum
Recipients ethan.furman, gvanrossum, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah
Date 2013-12-16.04:38:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387168731.59.0.615643159535.issue19988@psf.upfronthosting.co.za>
In-reply-to
Content
I still think the problem is with your class design.  You shouldn't want a hex representation for a value that's not an integer.

For the difference between %x and hex() please open another issue (you might want to track down the cause in the source first so you can add a patch or at least a suggested fix to the issue).
History
Date User Action Args
2013-12-16 04:38:51gvanrossumsetrecipients: + gvanrossum, rhettinger, mark.dickinson, pitrou, skrah, ethan.furman, serhiy.storchaka
2013-12-16 04:38:51gvanrossumsetmessageid: <1387168731.59.0.615643159535.issue19988@psf.upfronthosting.co.za>
2013-12-16 04:38:51gvanrossumlinkissue19988 messages
2013-12-16 04:38:51gvanrossumcreate