projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d32e616
)
news entry for 51307
author
Anthony Baxter
<anthonybaxter@gmail.com>
Wed, 16 Aug 2006 13:08:25 +0000
(13:08 +0000)
committer
Anthony Baxter
<anthonybaxter@gmail.com>
Wed, 16 Aug 2006 13:08:25 +0000
(13:08 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/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().