summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2002-12-12 19:13:44 (GMT)
committerThomas Heller <theller@ctypes.org>2002-12-12 19:13:44 (GMT)
commit1b3b49d1325475bc54743125ee5e519c62fc45f1 (patch)
tree7c435cc74a96fde0ffea4f8241c9faddbebce447 /Misc
parent7d1349553b12b264ae48c8a5ad8e26f8e9856334 (diff)
downloadcpython-1b3b49d1325475bc54743125ee5e519c62fc45f1.zip
cpython-1b3b49d1325475bc54743125ee5e519c62fc45f1.tar.gz
cpython-1b3b49d1325475bc54743125ee5e519c62fc45f1.tar.bz2
Mention the bdist_wininst postinstall script.
Diffstat (limited to 'Misc')
-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.