commit | 910df329fd4f4206966e98ddf81ae169e0ca4d1d | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Tue Mar 13 18:02:22 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Tue Mar 13 18:02:22 2012 -0400 |
tree | 88d116ce9a04bb1fcfe25e89d89d64361a015218 | |
parent | d2edfd64bafc00496b80f4febb4e28cfea6ed4a9 [diff] [blame] |
#8315: add automatic unittest test discovery in test.test_email
diff --git a/Misc/NEWS b/Misc/NEWS index 88e5e84..b0dab74 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -83,6 +83,11 @@ - Issue #14259: The finditer() method of re objects did not take any keyword arguments, contrary to the documentation. +Tests +----- + +- Issue #8315: (partial fix) python -m unittest test.test_email now works. + What's New in Python 3.3.0 Alpha 1? ===================================