]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the wrongheaded implementation of context management in the decimal module and...
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 31 Aug 2006 12:00:43 +0000 (12:00 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 31 Aug 2006 12:00:43 +0000 (12:00 +0000)
commit8b6999b4c5fab174090be263ba90f193bdede141
tree91f4ec6b69760bdb6bb38e1d6af519a4f6ed246c
parentf580b104a48f93937f011f6ba50c3998136d549b
Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5)
Doc/lib/libdecimal.tex
Lib/decimal.py
Lib/test/test_decimal.py