[Python-checkins] r71582 - python/branches/release30-maint/Misc/NEWS

r.david.murray python-checkins at python.org
Mon Apr 13 19:08:51 CEST 2009


Author: r.david.murray
Date: Mon Apr 13 19:08:50 2009
New Revision: 71582

Log:
NEWS item for fix for Issue #1161031.


Modified:
   python/branches/release30-maint/Misc/NEWS

Modified: python/branches/release30-maint/Misc/NEWS
==============================================================================
--- python/branches/release30-maint/Misc/NEWS	(original)
+++ python/branches/release30-maint/Misc/NEWS	Mon Apr 13 19:08:50 2009
@@ -30,6 +30,12 @@
 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 #1491431: Fixed distutils.filelist.glob_to_re for edge cases.
   Initial fix by Wayne Davison.
 


More information about the Python-checkins mailing list