Add missing # to NEWS

This commit is contained in:
Michael Foord 2009-05-11 18:01:45 +00:00
parent 5d31e057c5
commit 5471a77687
1 changed files with 1 additions and 1 deletions

View File

@ -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;