]> granicus.if.org Git - python/commit
Module and tests:
authorRaymond Hettinger <python@rcn.com>
Fri, 9 Jul 2004 10:02:53 +0000 (10:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 9 Jul 2004 10:02:53 +0000 (10:02 +0000)
commit5aa478badfabb005e6f17c98fcf007a0bc54eecc
treeea3fdbf9730756faf600180da8b9b02229ff9c68
parent563e44972922b98db06f06b81b049d1941fd43d9
Module and tests:
* Map conditions to related signals.
* Make contexts unhashable.
* Eliminate used "default" attribute in exception definitions.
* Eliminate the _filterfunc in favor of a straight list.

Docs:
* Eliminate documented references to conditions that are not signals.
* Eliminate parenthetical notes such as "1/0 --> Inf" which are no
  longer true with the new defaults.
Doc/lib/libdecimal.tex
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS