[Python-checkins] r75242 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Sun Oct 4 22:13:06 CEST 2009


Author: benjamin.peterson
Date: Sun Oct  4 22:13:06 2009
New Revision: 75242

Log:
Blocked revisions 74845 via svnmerge

........
  r74845 | georg.brandl | 2009-09-16 15:30:09 -0500 (Wed, 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__.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list