From: Walter Dörwald Date: Wed, 26 Mar 2003 16:03:16 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.3c1~1363 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11cfbd6ef2496aa08437fe6aab6a2768636206fd;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0e2b01ee6452..0a674d2cfb16 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -508,7 +508,7 @@ C API Tests ----- -- Several tests weren't being run rom regrtest.py (test_timeout.py, +- Several tests weren't being run from regrtest.py (test_timeout.py, test_tarfile.py, test_netrc.py, test_multifile.py, test_importhooks.py and test_imp.py). Now they are. (Note to developers: please read Lib/test/README when creating a new test, to