[Python-checkins] r51696 - python/branches/release25-maint/Misc/NEWS

nick.coghlan python-checkins at python.org
Sun Sep 3 03:13:07 CEST 2006


Author: nick.coghlan
Date: Sun Sep  3 03:13:06 2006
New Revision: 51696

Modified:
   python/branches/release25-maint/Misc/NEWS
Log:
NEWS entry for decimal module changes

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Sun Sep  3 03:13:06 2006
@@ -19,6 +19,9 @@
 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.
 


More information about the Python-checkins mailing list