From b67da237186f874610afd2697aaca4365d3eabec Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Mon, 17 Sep 2007 16:26:50 +0000 Subject: [PATCH] Decimal is updated, :) --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index e3869d971d3..cb52c817766 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.