mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
modulefinder.py moved to Lib/
This commit is contained in:
parent
6222958500
commit
5e156add1f
1 changed files with 5 additions and 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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue