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

index 357ea52af69caba76bdddadba7ba1b13b7ba42d5..84f0cf660bf0cf3a60c27899f5a07a4c8521bc6a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,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.