commit | 0674d3fb5fb9adde412c15ea12b6b473e8895126 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Sep 16 20:30:09 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Sep 16 20:30:09 2009 +0000 |
tree | 6e441bb57c8f1a7c90f29e2a060ca03ed57d0b80 | |
parent | 4676048b437a696b42ecd4cf2c3b050e7d5154cc [diff] |
#6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user. This works by always setting it in __dict__, except when it's implicitly set in __init__.