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 barry
Recipients Arfrever, barry, eric.smith, ethan.furman, ezio.melotti, gvanrossum, josh.r, larry, mark.dickinson, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2015-06-22.19:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435002174.1.0.392817705111.issue19995@psf.upfronthosting.co.za>
In-reply-to
Content
Found my first 3.5 breakage which I think is due to this.

>>> from uuid import uuid4
>>> '%.32x' % uuid4()
History
Date User Action Args
2015-06-22 19:42:54barrysetrecipients: + barry, gvanrossum, rhettinger, terry.reedy, mark.dickinson, pitrou, vstinner, larry, eric.smith, ezio.melotti, Arfrever, r.david.murray, skrah, ethan.furman, python-dev, serhiy.storchaka, josh.r
2015-06-22 19:42:54barrysetmessageid: <1435002174.1.0.392817705111.issue19995@psf.upfronthosting.co.za>
2015-06-22 19:42:54barrylinkissue19995 messages
2015-06-22 19:42:54barrycreate