projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6222958
)
modulefinder.py moved to Lib/
author
Just van Rossum
<just@letterror.com>
Tue, 31 Dec 2002 16:38:01 +0000
(16:38 +0000)
committer
Just van Rossum
<just@letterror.com>
Tue, 31 Dec 2002 16:38:01 +0000
(16:38 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 9e8efc1a703ead76b7987e425aafca1e6acb2d3a..6a7c30d1a726bd80944d9c46ea2a693b05dd6124 100644
(file)
--- 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()