]> granicus.if.org Git - python/commit
Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore.__getat...
authorGiampaolo Rodolà <g.rodola@gmail.com>
Thu, 6 May 2010 17:57:06 +0000 (17:57 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Thu, 6 May 2010 17:57:06 +0000 (17:57 +0000)
commitf7454fa98dfe5d2c3d59437aade27b5daa6208c5
treed87578596420ca2799f21eb387d0cbb9f0db4de5
parenta8ac944924281a2604c1a3329465705fe30bab68
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