]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module containing...
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 28 Apr 2010 14:29:06 +0000 (14:29 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 28 Apr 2010 14:29:06 +0000 (14:29 +0000)
commitdfb45dfd048160a60b2165f25a2b1fb99ca0495d
treefabfed4a36184962d489ce58ed6a76ae7e2d7e0e
parent616de77779fe9732b54d2c7cddfea62afff28a88
Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module containing the exception under test (original patch by Lennart Regebro)
Doc/library/doctest.rst
Lib/doctest.py
Lib/test/test_doctest.py
Misc/ACKS
Misc/NEWS