[Python-checkins] python/dist/src/Misc NEWS,1.585,1.586
jvr@users.sourceforge.net
jvr@users.sourceforge.net
2002年12月31日 08:38:04 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv31653/Misc
Modified Files:
NEWS
Log Message:
modulefinder.py moved to Lib/
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.585
retrieving revision 1.586
diff -C2 -d -r1.585 -r1.586
*** NEWS 31 Dec 2002 15:47:36 -0000 1.585
--- NEWS 31 Dec 2002 16:38:01 -0000 1.586
***************
*** 464,467 ****
--- 464,472 ----
-------
+ - 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.