commit | 42491ce09c11dd4b7a8f100c92cb614d3fe6c371 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Nov 21 22:08:14 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Nov 21 22:08:14 2008 +0000 |
tree | 2cd14aef7d7b61a1de85af73a4800643bff50310 | |
parent | 866eba940f1ff9cf2ddf10dacb39e3721e2d6a9a [diff] |
Merged revisions 67318 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67318 | amaury.forgeotdarc | 2008-11-21 23:05:48 +0100 (ven., 21 nov. 2008) | 4 lines #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present. Will backport to 2.6 ........