diff options
author | Raymond Hettinger <python@rcn.com> | 2004-07-09 10:02:53 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-07-09 10:02:53 (GMT) |
commit | 5aa478badfabb005e6f17c98fcf007a0bc54eecc (patch) | |
tree | ea3fdbf9730756faf600180da8b9b02229ff9c68 /Misc | |
parent | 563e44972922b98db06f06b81b049d1941fd43d9 (diff) | |
download | cpython-5aa478badfabb005e6f17c98fcf007a0bc54eecc.zip cpython-5aa478badfabb005e6f17c98fcf007a0bc54eecc.tar.gz cpython-5aa478badfabb005e6f17c98fcf007a0bc54eecc.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ Extension modules Library ------- +- decimal.py now only uses signals in the spec. The other conditions are + no longer part of the public API. + Tools/Demos ----------- |