projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e557f35
)
Add news item for patch #695090
author
Andrew M. Kuchling
<amk@amk.ca>
Fri, 28 Feb 2003 22:09:33 +0000
(22:09 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Fri, 28 Feb 2003 22:09:33 +0000
(22:09 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/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
-----------