summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e8efc1..6a7c30d 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()