]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24102: Fixed exception type checking in standard error handlers.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 May 2015 13:08:52 +0000 (16:08 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 May 2015 13:08:52 +0000 (16:08 +0300)
commitca7fecb0389466ef1b995e69c92ea076d4c52498
tree87e5a67d26512ef1936ed765b14fd3e42d2ec75d
parent0a29e898cd9f8ca49008baba8e739422fd9276a8
Issue #24102: Fixed exception type checking in standard error handlers.
Lib/test/test_codeccallbacks.py
Misc/NEWS
Python/codecs.c