From: Thomas Heller Date: Thu, 12 Dec 2002 19:13:44 +0000 (+0000) Subject: Mention the bdist_wininst postinstall script. X-Git-Tag: v2.3c1~3046 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b3b49d1325475bc54743125ee5e519c62fc45f1;p=thirdparty%2FPython%2Fcpython.git Mention the bdist_wininst postinstall script. --- diff --git a/Misc/NEWS b/Misc/NEWS index bce454b906b8..dc04ea6450a4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.