]> 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:38 +0000 (16:08 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 May 2015 13:08:38 +0000 (16:08 +0300)
commit14e10a19f783d1f896e74d563fe3ef17e7cd8435
tree6e4149b44193467cc48fb3bbed86ca1f2ce83695
parent51dbc9a4ad272d832dfd5265cc3161cbb658aecb
Issue #24102: Fixed exception type checking in standard error handlers.
Lib/test/test_codeccallbacks.py
Misc/NEWS
Python/codecs.c