]> granicus.if.org Git - python/commit
always use os.urandom for the uuid4 algorithm (closes #25515)
authorBenjamin Peterson <benjamin@python.org>
Fri, 30 Oct 2015 03:38:04 +0000 (20:38 -0700)
committerBenjamin Peterson <benjamin@python.org>
Fri, 30 Oct 2015 03:38:04 +0000 (20:38 -0700)
commit09ba98436444d2a4e11a5d3801773bb20441a1ac
tree3c81b818660052e8b8795dc0bd42a02f9190c117
parentfbe04b68af58ea513cf95cb45dc0d2656bd67cfc
always use os.urandom for the uuid4 algorithm (closes #25515)
Lib/uuid.py
Misc/NEWS