From: Michael Foord Date: Mon, 11 May 2009 18:01:45 +0000 (+0000) Subject: Add missing # to NEWS X-Git-Tag: v2.7a1~1210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5471a77687f2bbcb845d84859285aadd6a8e76ad;p=python Add missing # to NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 8689f14195..a7b5124ec8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -432,7 +432,7 @@ Library - Issue #5995: unittest.main now takes an optional verbosity argument allowing test modules to be run with a higher than default verbosity. -- Issue 5995: A fix to allow you to run "python -m unittest test_module" or +- Issue #5995: A fix to allow you to run "python -m unittest test_module" or "python -m unittest test_module.TestClass" from the command line. - Issue #5728: unittest.TestResult has new startTestRun and stopTestRun methods;