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 fcurella, mark.dickinson, ronaldoussoren, serhiy.storchaka, thatiparthy
Date 2018-10-30.19:55:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540929322.79.0.788709270274.issue35115@psf.upfronthosting.co.za>
In-reply-to
Content
Note that str() for UUIDs already returns the hexadecimal representation, just with minuses.

I don't see large usability difference between 'uuid={:x}'.format(u) and 'uuid={.hex}'.format(u). And in many case 'uuid={}'.format(u) is appropriate as well.
History
Date User Action Args
2018-10-30 19:55:22serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, mark.dickinson, thatiparthy, fcurella
2018-10-30 19:55:22serhiy.storchakasetmessageid: <1540929322.79.0.788709270274.issue35115@psf.upfronthosting.co.za>
2018-10-30 19:55:22serhiy.storchakalinkissue35115 messages
2018-10-30 19:55:22serhiy.storchakacreate