Decimal is updated, :)

This commit is contained in:
Facundo Batista 2007-09-17 16:26:50 +00:00
parent 8335acbf24
commit b67da23718
1 changed files with 2 additions and 0 deletions

View File

@ -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.