commit | 5aa478badfabb005e6f17c98fcf007a0bc54eecc | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Jul 09 10:02:53 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Jul 09 10:02:53 2004 +0000 |
tree | ea3fdbf9730756faf600180da8b9b02229ff9c68 | |
parent | 563e44972922b98db06f06b81b049d1941fd43d9 [diff] |
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.