Message213186
Applying changes as suggested by R. David Murray in the Core-mentorship e-mail list.
Instead of doing the if tests I've replaced the existing
if isinstance(expected_regex, (bytes, str)):
by
if expected_regex is not None:
And also made a change in one of the tests because I figure out it was wrong. |
|
Date |
User |
Action |
Args |
2014-03-11 23:51:24 | kamie | set | recipients:
+ kamie, pitrou, ezio.melotti, r.david.murray, michael.foord, the.mulhern |
2014-03-11 23:51:24 | kamie | set | messageid: <1394581884.59.0.991245860786.issue20145@psf.upfronthosting.co.za> |
2014-03-11 23:51:24 | kamie | link | issue20145 messages |
2014-03-11 23:51:24 | kamie | create | |
|