From 5471a77687f2bbcb845d84859285aadd6a8e76ad Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Mon, 11 May 2009 18:01:45 +0000 Subject: [PATCH] Add missing # to NEWS --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 8689f141954..a7b5124ec8d 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;