From: Andrew M. Kuchling Date: Fri, 28 Feb 2003 22:09:33 +0000 (+0000) Subject: Add news item for patch #695090 X-Git-Tag: v2.3c1~1638 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f177d434f7176a3bdcd735d139a8ada0d2d6fbc;p=thirdparty%2FPython%2Fcpython.git Add news item for patch #695090 --- diff --git a/Misc/NEWS b/Misc/NEWS index c4401b60ac46..678b783736fc 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 -----------