Mention the bdist_wininst postinstall script.

This commit is contained in:
Thomas Heller 2002-12-12 19:13:44 +00:00
parent 7d1349553b
commit 1b3b49d132
1 changed files with 3 additions and 0 deletions

View File

@ -426,6 +426,9 @@ Extension modules
Library
-------
- 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.