commit | 52b25795c02442fc40f8932d05e5d728266339a4 | [log] [tgz] |
---|---|---|
author | Facundo Batista <facundobatista@gmail.com> | Tue Jan 08 12:25:20 2008 +0000 |
committer | Facundo Batista <facundobatista@gmail.com> | Tue Jan 08 12:25:20 2008 +0000 |
tree | 6bd1515a655c8d46c892a9044f2aa10cf78152c8 | |
parent | f66f95d419776bdb4fe0d3c9b8d848d3321a645b [diff] [blame] |
Issue #1757: The hash of a Decimal instance is no longer affected by the current context. Thanks Mark Dickinson.
diff --git a/Misc/NEWS b/Misc/NEWS index 4699e1b..0a01534 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -348,6 +348,9 @@ Library ------- +- Issue #1757: The hash of a Decimal instance is no longer affected by + the current context. + - Patch #467924: add ZipFile.extract() and ZipFile.extractall() in the zipfile module.