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 python-dev
Recipients alex, barry, dstufft, jayvdb, python-dev
Date 2015-10-30.03:40:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151030034041.10156.73396@psf.io>
In-reply-to
Content
New changeset 24bdc4940e81 by Benjamin Peterson in branch '2.7':
always use os.urandom for the uuid4 algorithm (closes #25515)
https://hg.python.org/cpython/rev/24bdc4940e81

New changeset 70be1f9c9255 by Benjamin Peterson in branch '3.5':
always use os.urandom for the uuid4 algorithm (closes #25515)
https://hg.python.org/cpython/rev/70be1f9c9255

New changeset 756d040aa8e8 by Benjamin Peterson in branch 'default':
merge 3.5 (#25515)
https://hg.python.org/cpython/rev/756d040aa8e8
History
Date User Action Args
2015-10-30 03:40:45python-devsetrecipients: + python-dev, barry, alex, dstufft, jayvdb
2015-10-30 03:40:45python-devlinkissue25515 messages
2015-10-30 03:40:44python-devcreate