[Python-checkins] r51697 - python/trunk/Misc/NEWS

nick.coghlan python-checkins at python.org
Sun Sep 3 03:20:47 CEST 2006


Author: nick.coghlan
Date: Sun Sep  3 03:20:46 2006
New Revision: 51697

Modified:
   python/trunk/Misc/NEWS
Log:
NEWS entry on trunk for decimal module changes

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun Sep  3 03:20:46 2006
@@ -4,8 +4,8 @@
 
 (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 @@
 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