]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20362: Honour TestCase.longMessage correctly in assertRegex.
authorRobert Collins <rbtcollins@hp.com>
Wed, 19 Aug 2015 23:13:09 +0000 (11:13 +1200)
committerRobert Collins <rbtcollins@hp.com>
Wed, 19 Aug 2015 23:13:09 +0000 (11:13 +1200)
commitbe6caca534a6d35ccae6fe13c15eead76b721e1d
tree2ef2a5e86e2ae980d886192f2cd6eac20e911d62
parent807404921a17ae9232f028377dc186025b0fed1d
Issue #20362: Honour TestCase.longMessage correctly in assertRegex.

Patch from Ilia Kurenkov.
Lib/unittest/case.py
Lib/unittest/test/test_assertions.py
Misc/ACKS
Misc/NEWS