summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c4401b6..678b783 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,10 @@ Library
with wide file name support os.listdir() already returned Unicode
strings.)
+- Distutils: both 'py_modules' and 'packages' keywords can now be specified
+ in core.setup(). Previously you could supply one or the other, but
+ not both of them. (SF patch #695090 from Bernhard Herzog)
+
Tools/Demos
-----------