From: Just van Rossum Date: Tue, 31 Dec 2002 16:38:01 +0000 (+0000) Subject: modulefinder.py moved to Lib/ X-Git-Tag: v2.3c1~2709 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e156add1f7120ec29eba4ddca5c7fa6c7ac5fee;p=python modulefinder.py moved to Lib/ --- diff --git a/Misc/NEWS b/Misc/NEWS index 9e8efc1a70..6a7c30d1a7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -463,6 +463,11 @@ Extension modules Library ------- +- Freeze's modulefinder.py has been moved to the standard library; + slightly improved so it will issue less false missing submodule + reports (see sf path #643711 for details). Documentation will follow + with Python 2.3a2. + - os.path exposes getctime. - unittest.py now has two additional methods called assertAlmostEqual()