From: Facundo Batista Date: Mon, 17 Sep 2007 16:26:50 +0000 (+0000) Subject: Decimal is updated, :) X-Git-Tag: v2.6a1~1279 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b67da237186f874610afd2697aaca4365d3eabec;p=thirdparty%2FPython%2Fcpython.git Decimal is updated, :) --- diff --git a/Misc/NEWS b/Misc/NEWS index e3869d971d31..cb52c8177668 100644 --- 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.