commit | 902b57b6f6693bd1b5bb9161ad52d8109177aee0 | [log] [tgz] |
---|---|---|
author | Giampaolo RodolĂ <g.rodola@gmail.com> | Thu May 06 18:24:02 2010 +0000 |
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | Thu May 06 18:24:02 2010 +0000 |
tree | a924aac70593b5e8bcc68d06765866ae0da36115 | |
parent | 1222669b440e163885be8661cf81c3d46a73b337 [diff] |
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__ ........