diff options
| author | Robert Collins <rbtcollins@hp.com> | 2015-08-20 11:13:09 +1200 |
|---|---|---|
| committer | Robert Collins <rbtcollins@hp.com> | 2015-08-20 11:13:09 +1200 |
| commit | be6caca534a6d35ccae6fe13c15eead76b721e1d (patch) | |
| tree | 2ef2a5e86e2ae980d886192f2cd6eac20e911d62 /Misc | |
| parent | 807404921a17ae9232f028377dc186025b0fed1d (diff) | |
| download | cpython-git-be6caca534a6d35ccae6fe13c15eead76b721e1d.tar.gz | |
Issue #20362: Honour TestCase.longMessage correctly in assertRegex.
Patch from Ilia Kurenkov.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/ACKS | 1 | ||||
| -rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -786,6 +786,7 @@ Andrew Kuchling Dave Kuhlman Jon Kuhn Toshio Kuratomi +Ilia Kurenkov Vladimir Kushnir Erno Kuusela Ross Lagerwall @@ -17,6 +17,9 @@ Core and Builtins Library ------- +- Issue #20362: Honour TestCase.longMessage correctly in assertRegex. + Patch from Ilia Kurenkov. + - Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. - Issue #23572: Fixed functools.singledispatch on classes with falsy |
