]> granicus.if.org Git - python/commitdiff
Add Decimal backport to Misc/NEWS
authorMark Dickinson <dickinsm@gmail.com>
Wed, 9 Jan 2008 01:02:07 +0000 (01:02 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 9 Jan 2008 01:02:07 +0000 (01:02 +0000)
Misc/NEWS

index 95a8b4526b027f19fceaf9f3727756710f0cdd21..47b3c5a9a09812270d57b7035a1363814015dc8f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,11 @@ Core and builtins
 Library
 -------
 
+- Issue #1182: many arithmetic bugs in the decimal module have been
+  fixed, and the decimal module has been updated to comply with the
+  latest IBM Decimal Arithmetic specification (version 1.66) and
+  testsuite (version 2.57).  (Backported from Python 2.6a0.)
+
 - Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.
 
 - Issue #1735: TarFile.extractall() now correctly sets directory permissions