| commit | 8997103be0a63962cb8a4b4ccff8575d205f44c6 | [log] [tgz] |
|---|---|---|
| author | Georg Brandl <georg@python.org> | Wed Sep 16 20:34:51 2009 +0000 |
| committer | Georg Brandl <georg@python.org> | Wed Sep 16 20:34:51 2009 +0000 |
| tree | 3c3d6077c5ad1b5921f6999ea04fa903aae5f98a | |
| parent | 6bb97a2ec4e9cdfb8e234c3613ceae79ddce1351 [diff] |
Merged revisions 74845 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74845 | georg.brandl | 2009-09-16 22:30:09 +0200 (Mi, 16 Sep 2009) | 5 lines #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__. ........