Patch #1663234: you can now run doctest on test files and modules
using "python -m doctest [-v] filename ...".
diff --git a/Misc/NEWS b/Misc/NEWS
index ed8cec4..5ba2522 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,9 @@
 Library
 -------
 
+- Patch #1663234: you can now run doctest on test files and modules
+  using "python -m doctest [-v] filename ...".
+
 - Patch #1121142: Implement ZipFile.open.
 
 - Taught setup.py how to locate Berkeley DB on Macs using MacPorts.