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 fcurella
Recipients fcurella, mark.dickinson, ronaldoussoren, serhiy.storchaka, thatiparthy
Date 2018-10-31.15:12:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540998758.2.0.788709270274.issue35115@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what can be done to make UUIDs work with `hex()`. The only way I see is to add back something _like_ `__hex__`, but with a different name.

But in that case, I can see how the same arguments that were originally brought up against `__hex__` could apply to the new dunder method.

I'm closing the issue as 'wont fix'.
History
Date User Action Args
2018-10-31 15:12:38fcurellasetrecipients: + fcurella, ronaldoussoren, mark.dickinson, serhiy.storchaka, thatiparthy
2018-10-31 15:12:38fcurellasetmessageid: <1540998758.2.0.788709270274.issue35115@psf.upfronthosting.co.za>
2018-10-31 15:12:38fcurellalinkissue35115 messages
2018-10-31 15:12:38fcurellacreate