[Python-checkins] python/dist/src/Misc NEWS,1.557,1.558
theller@users.sourceforge.net
theller@users.sourceforge.net
2002年12月12日 11:13:54 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv29739
Modified Files:
NEWS
Log Message:
Mention the bdist_wininst postinstall script.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.557
retrieving revision 1.558
diff -C2 -d -r1.557 -r1.558
*** NEWS 12 Dec 2002 18:01:43 -0000 1.557
--- NEWS 12 Dec 2002 19:13:44 -0000 1.558
***************
*** 427,430 ****
--- 427,433 ----
-------
+ - The distutils created windows installers now can run a
+ postinstallation script.
+
- doctest.testmod can now be called without argument, which means to
test the current module.