summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-22 08:23:09 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-22 08:23:09 (GMT)
commit4581cfa326cf7d8b9d7888d4c0e96ee88950bcfa (patch)
tree1dafb4db99d1068c86f3470af1a2a2173315d273 /Misc
parentf86e8ef33ec22475a051b783b19ee22c5bd3de72 (diff)
downloadcpython-4581cfa326cf7d8b9d7888d4c0e96ee88950bcfa.zip
cpython-4581cfa326cf7d8b9d7888d4c0e96ee88950bcfa.tar.gz
cpython-4581cfa326cf7d8b9d7888d4c0e96ee88950bcfa.tar.bz2
Patch #486438: Make module argument to testmod optional.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42cd9183..d29cccb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -389,6 +389,9 @@ Extension modules
Library
-------
+- doctest.testmod can now be called without argument, which means to
+ test the current module.
+
- When cancelling a server that implemented threading with a keyboard
interrupt, the server would shut down but not terminate (waiting on
client threads). A new member variable, daemon_threads, was added to