]> granicus.if.org Git - python/commitdiff
NEWS entry on trunk for decimal module changes
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 3 Sep 2006 01:20:46 +0000 (01:20 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 3 Sep 2006 01:20:46 +0000 (01:20 +0000)
Misc/NEWS

index 794ccc151f7d0c5773cf7b3dde298baa2bb1b3ae..b4e0b2549af2b738e67de9b6212d8ca7e8f39ccf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.