summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-02-28 22:09:33 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-02-28 22:09:33 (GMT)
commit6f177d434f7176a3bdcd735d139a8ada0d2d6fbc (patch)
tree03e9ca78793c2ee3e40841d6bd55544667443a56 /Misc
parente557f3556f1f87825e00a018eabf837c4c55f7d5 (diff)
downloadcpython-6f177d434f7176a3bdcd735d139a8ada0d2d6fbc.zip
cpython-6f177d434f7176a3bdcd735d139a8ada0d2d6fbc.tar.gz
cpython-6f177d434f7176a3bdcd735d139a8ada0d2d6fbc.tar.bz2
Add news item for patch #695090
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
-----------