]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included NameError...
authorGiampaolo Rodolà <g.rodola@gmail.com>
Tue, 18 May 2010 20:04:31 +0000 (20:04 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Tue, 18 May 2010 20:04:31 +0000 (20:04 +0000)
commite3a84e857fb568f6310cba2f15122a258d41bf03
treecd10c47d104550421a57d5641231890939488eab
parentcccfce19593e58c06d14525f16ed214b9324522d
Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included NameError in the tuple of expected exception; added test case for asyncore._strerror.
Lib/asyncore.py
Lib/test/test_asyncore.py