summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFacundo Batista <facundobatista@gmail.com>2007-09-17 16:26:50 (GMT)
committerFacundo Batista <facundobatista@gmail.com>2007-09-17 16:26:50 (GMT)
commitb67da237186f874610afd2697aaca4365d3eabec (patch)
treef643a531714322a1f1372813d4d4a779d69ba142 /Misc
parent8335acbf24abed1b21841e978c644a80ff83cbbd (diff)
downloadcpython-b67da237186f874610afd2697aaca4365d3eabec.zip
cpython-b67da237186f874610afd2697aaca4365d3eabec.tar.gz
cpython-b67da237186f874610afd2697aaca4365d3eabec.tar.bz2
Decimal is updated, :)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e3869d9..cb52c81 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.