diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2006-09-03 01:20:46 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2006-09-03 01:20:46 (GMT) |
commit | bb0996ccc53c14956f3111500ccbadba98062e96 (patch) | |
tree | b13b934eb3c13b35e2cb5d640f5f5a32ea94b898 | |
parent | 5a901c62ccad07fb49ee9f7c002a73e18d8371ad (diff) | |
download | cpython-bb0996ccc53c14956f3111500ccbadba98062e96.zip cpython-bb0996ccc53c14956f3111500ccbadba98062e96.tar.gz cpython-bb0996ccc53c14956f3111500ccbadba98062e96.tar.bz2 |
NEWS entry on trunk for decimal module changes
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,8 +4,8 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) -What's New in Python 2.6? -========================= +What's New in Python 2.6 alpha 1? +================================= *Release date: XX-XXX-200X* @@ -18,6 +18,9 @@ Core and builtins Library ------- +- Patch #1550886: Fix decimal module context management implementation + to match the localcontext() example from PEP 343 + - Bug #1541863: uuid.uuid1 failed to generate unique identifiers on systems with low clock resolution. |