]> granicus.if.org Git - python/commit
Issue #15778: Coerce ImportError.args to a string when it isn't
authorBrett Cannon <brett@python.org>
Fri, 24 Aug 2012 17:05:09 +0000 (13:05 -0400)
committerBrett Cannon <brett@python.org>
Fri, 24 Aug 2012 17:05:09 +0000 (13:05 -0400)
commit07c6e7168919c275e47fa35c741413270d3d80fd
tree5dd658c5cf3b17902ddaf1c9dcc0c7d34dfeb6a6
parent491b1dc79efd4d3fc39b0ded2cd3fd746154b882
Issue #15778: Coerce ImportError.args to a string when it isn't
already one.

Patch by Dave Malcolm.
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c