]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 21 Nov 2008 22:05:48 +0000 (22:05 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 21 Nov 2008 22:05:48 +0000 (22:05 +0000)
commitd42941751c52e4e077e3d94bef6f4a3e545444ee
tree1bf4228c0763c3b6888a50c8f4b44601b89d8c43
parent322656596abfd772b0573731a78676f4a16f2d34
#4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present.

Will backport to 2.6
Lib/uuid.py
Misc/NEWS