]> granicus.if.org Git - python/commitdiff
Decimal is updated, :)
authorFacundo Batista <facundobatista@gmail.com>
Mon, 17 Sep 2007 16:26:50 +0000 (16:26 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Mon, 17 Sep 2007 16:26:50 +0000 (16:26 +0000)
Misc/NEWS

index e3869d971d316b2e9fb38fa59ab53bb4a3c0dd50..cb52c817766853b6d734fd3004ca733380a936b4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -260,6 +260,8 @@ Core and builtins
 Library
 -------
 
+- Decimal is fully updated to the latest Decimal Specification (v1.66).
+
 - Bug #1153: repr.repr() now doesn't require set and dictionary items
   to be orderable to properly represent them.