news entry for 51307
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 16 Aug 2006 13:08:25 +0000 (13:08 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 16 Aug 2006 13:08:25 +0000 (13:08 +0000)
Misc/NEWS

index ef9de6b429c0fc95eacc4d2ad7ca9af387ce1bd9..587ed1e128f37783bc0be7fdd201e9f73335d714 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,11 @@ Core and builtins
 Library
 -------
 
+- uuid.UUID now has a bytes_le attribute. This returns the UUID in 
+  little-endian byte order for Windows. In addition, uuid.py had some
+  workarounds for clocks with low resolution, to stop the code yielding
+  duplicate UUIDs.
+
 - Patch #1540892: site.py Quitter() class attempts to close sys.stdin
   before raising SystemExit, allowing IDLE to honor quit() and exit().