summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bce454b..dc04ea6 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.