commit | 63f1738d4bb904992afb748b3b2734d37cd7fdec | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Jul 04 02:02:41 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Jul 04 02:02:41 2009 +0000 |
tree | d76abe333bc553f75bcef4e1c294192eab0ce535 | |
parent | c197d0ada273a9f03fc7e213777a59bc3d11688f [diff] |
Fixed #6413: fixed log level in distutils.dist.announce
diff --git a/Misc/NEWS b/Misc/NEWS index 232eb4c..971b25e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -347,6 +347,8 @@ Library ------- +- Issue #6413: Fixed the log level in distutils.dist for announce. + - Issue #3392: The subprocess communicate() method no longer fails in select() when file descriptors are large; communicate() now uses poll() when possible.