commit | 1b3b49d1325475bc54743125ee5e519c62fc45f1 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Thu Dec 12 19:13:44 2002 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Thu Dec 12 19:13:44 2002 +0000 |
tree | 7c435cc74a96fde0ffea4f8241c9faddbebce447 | |
parent | 7d1349553b12b264ae48c8a5ad8e26f8e9856334 [diff] |
Mention the bdist_wininst postinstall script.
diff --git a/Misc/NEWS b/Misc/NEWS index bce454b..dc04ea6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -426,6 +426,9 @@ 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.