#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?
 ===================================