]> granicus.if.org Git - python/commitdiff
Add missing NEWS item for issue1161031 fix.
authorR. David Murray <rdmurray@bitdance.com>
Mon, 13 Apr 2009 16:56:32 +0000 (16:56 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 13 Apr 2009 16:56:32 +0000 (16:56 +0000)
Misc/NEWS

index 8798647a1d79d6f2b9ca6f7cc307f91884007988..4c30c03e5c881ad91eb1ef82cdb1e7c793444729 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -221,6 +221,12 @@ Core and Builtins
 Library
 -------
 
+- Issue #1161031: fix readwrite select flag handling: POLLPRI now
+  results in a handle_expt_event call, not handle_read_event, and POLLERR
+  and POLLNVAL now call handle_close, not handle_expt_event.  Also,
+  dispatcher now has an 'ignore_log_types' attribute for suppressing
+  log messages, which is set to 'warning' by default.
+
 - Issue #5607: fixed Distutils test_get_platform for Mac OS X fat binaries.
 
 - Issue #5741: don't disallow "%%" (which is an escape for "%") when setting