From 1b3b49d1325475bc54743125ee5e519c62fc45f1 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 12 Dec 2002 19:13:44 +0000 Subject: [PATCH] Mention the bdist_wininst postinstall script. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index bce454b906b..dc04ea6450a 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.