]> granicus.if.org Git - python/commitdiff
Add news item for patch #695090
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 28 Feb 2003 22:09:33 +0000 (22:09 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 28 Feb 2003 22:09:33 +0000 (22:09 +0000)
Misc/NEWS

index c4401b60ac46c41cd6acc8303b70e3a28d9c2ae0..678b783736fc90efa0655cb746887695aaefe3e3 100644 (file)
--- 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
 -----------