]> granicus.if.org Git - python/commit
Merged revisions 80875 via svnmerge from
authorGiampaolo Rodolà <g.rodola@gmail.com>
Thu, 6 May 2010 18:24:02 +0000 (18:24 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Thu, 6 May 2010 18:24:02 +0000 (18:24 +0000)
commit902b57b6f6693bd1b5bb9161ad52d8109177aee0
treea924aac70593b5e8bcc68d06765866ae0da36115
parent1222669b440e163885be8661cf81c3d46a73b337
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