summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFacundo Batista <facundobatista@gmail.com>2007-09-17 16:26:50 +0000
committerFacundo Batista <facundobatista@gmail.com>2007-09-17 16:26:50 +0000
commitb67da237186f874610afd2697aaca4365d3eabec (patch)
treef643a531714322a1f1372813d4d4a779d69ba142
parent8335acbf24abed1b21841e978c644a80ff83cbbd (diff)
downloadcpython-git-b67da237186f874610afd2697aaca4365d3eabec.tar.gz
Decimal is updated, :)
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e3869d971d..cb52c81776 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.