commit | 2c3a256351488b0729437d59162e5181a3ab4dd1 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Aug 18 03:40:13 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Aug 18 03:40:13 2006 +0000 |
tree | 7e5cc003d9a4846478373a5b2abde0087b3f2fbf | |
parent | 552262409dffc06b57c64ca8bfe011b8a10b2453 [diff] [blame] |
Bug #1541863: uuid.uuid1 failed to generate unique identifiers on systems with low clock resolution.
diff --git a/Misc/NEWS b/Misc/NEWS index d9bff35..1f96071 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,12 @@ *Release date: XX-SEP-2006* +Library +------- + +- Bug #1541863: uuid.uuid1 failed to generate unique identifiers + on systems with low clock resolution. + Build -----