diff options
| author | R. David Murray <rdmurray@bitdance.com> | 2009-04-13 16:56:32 (GMT) |
|---|---|---|
| committer | R. David Murray <rdmurray@bitdance.com> | 2009-04-13 16:56:32 (GMT) |
| commit | abc26603a47c7ee5732b1d35a76d31f919c3a641 (patch) | |
| tree | b8c61507981e21872eaf6b8fb4c9883a6c86004d | |
| parent | b48327a21505bc094775ced1664a0860adb94e92 (diff) | |
| download | cpython-abc26603a47c7ee5732b1d35a76d31f919c3a641.zip cpython-abc26603a47c7ee5732b1d35a76d31f919c3a641.tar.gz cpython-abc26603a47c7ee5732b1d35a76d31f919c3a641.tar.bz2 | |
Add missing NEWS item for issue1161031 fix.
| -rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
