[Python-checkins] r51312 - python/trunk/Misc/NEWS

anthony.baxter python-checkins at python.org
Wed Aug 16 15:08:26 CEST 2006


Author: anthony.baxter
Date: Wed Aug 16 15:08:25 2006
New Revision: 51312

Modified:
   python/trunk/Misc/NEWS
Log:
news entry for 51307

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Aug 16 15:08:25 2006
@@ -64,6 +64,11 @@
 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().
 


More information about the Python-checkins mailing list