diff options
author | Just van Rossum <just@letterror.com> | 2002-12-31 16:38:01 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2002-12-31 16:38:01 (GMT) |
commit | 5e156add1f7120ec29eba4ddca5c7fa6c7ac5fee (patch) | |
tree | 2271d357003e2613f582375cf3853ab7d630069b /Misc | |
parent | 62229585009639300547378b6938346b15036da4 (diff) | |
download | cpython-5e156add1f7120ec29eba4ddca5c7fa6c7ac5fee.zip cpython-5e156add1f7120ec29eba4ddca5c7fa6c7ac5fee.tar.gz cpython-5e156add1f7120ec29eba4ddca5c7fa6c7ac5fee.tar.bz2 |
modulefinder.py moved to Lib/
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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() |