From: Nick Coghlan Date: Sun, 3 Sep 2006 01:13:06 +0000 (+0000) Subject: NEWS entry for decimal module changes X-Git-Tag: v2.5c2~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08c496d81de520742a50885ce8a24cc917a41cab;p=thirdparty%2FPython%2Fcpython.git NEWS entry for decimal module changes --- diff --git a/Misc/NEWS b/Misc/NEWS index 357ea52af69c..84f0cf660bf0 100644 --- 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.