]> granicus.if.org Git - python/commit
Merged revisions 80876 via svnmerge from
authorGiampaolo Rodolà <g.rodola@gmail.com>
Thu, 6 May 2010 18:37:34 +0000 (18:37 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Thu, 6 May 2010 18:37:34 +0000 (18:37 +0000)
commitc2f1dca62de8c1c5377b5323e49685fc6a0396ff
tree81000dfa58250c2c3205e0e17131245809cc7bfe
parent452a580848642d235375b9957ba4c7cceb5b0a5b
Merged revisions 80876 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80876 | giampaolo.rodola | 2010-05-06 20:06:30 +0200 (gio, 06 mag 2010) | 9 lines

  Merged revisions 80875 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r80875 | giampaolo.rodola | 2010-05-06 19:57:06 +0200 (gio, 06 mag 2010) | 1 line

    Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore.__getattr__ cheap inheritance caused confusing error messages when accessing undefined class attributes; added an alias for __str__ which now is used as a fallback for __repr__
  ........
................
Lib/asyncore.py
Lib/test/test_asyncore.py
Misc/NEWS