]> granicus.if.org Git - python/commit
Issue #1757: The hash of a Decimal instance is no longer affected
authorFacundo Batista <facundobatista@gmail.com>
Tue, 8 Jan 2008 12:25:20 +0000 (12:25 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Tue, 8 Jan 2008 12:25:20 +0000 (12:25 +0000)
commit52b25795c02442fc40f8932d05e5d728266339a4
tree6bd1515a655c8d46c892a9044f2aa10cf78152c8
parentf66f95d419776bdb4fe0d3c9b8d848d3321a645b
Issue #1757: The hash of a Decimal instance is no longer affected
by the current context.  Thanks Mark Dickinson.
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS