]> granicus.if.org Git - python/commit
Merged revisions 74845 via svnmerge from
authorGeorg Brandl <georg@python.org>
Wed, 16 Sep 2009 20:34:51 +0000 (20:34 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 16 Sep 2009 20:34:51 +0000 (20:34 +0000)
commit8997103be0a63962cb8a4b4ccff8575d205f44c6
tree3c3d6077c5ad1b5921f6999ea04fa903aae5f98a
parent6bb97a2ec4e9cdfb8e234c3613ceae79ddce1351
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__.
........
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c