diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-23 19:08:43 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-23 19:08:43 (GMT) |
commit | e1b6f97daedcfab29c1139ddb8c41292cd7de472 (patch) | |
tree | 580920419e1db0b677444a7fb33201d44f32b114 /Misc/ACKS | |
parent | 91e7f04fc55523b339209dc6fb7702d3cf6bade4 (diff) | |
download | cpython-e1b6f97daedcfab29c1139ddb8c41292cd7de472.zip cpython-e1b6f97daedcfab29c1139ddb8c41292cd7de472.tar.gz cpython-e1b6f97daedcfab29c1139ddb8c41292cd7de472.tar.bz2 |
#20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.
Previously a non-string, non-regex second argument could cause the test
to always pass.
Initial patch by Kamilla Holanda.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -546,6 +546,7 @@ Stefan Hoffmeister Albert Hofkamp Tomas Hoger Jonathan Hogg +Kamilla Holanda Steve Holden Akintayo Holder Thomas Holenstein |