mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Add missing NEWS item for issue1161031 fix.
This commit is contained in:
parent
b48327a215
commit
abc26603a4
1 changed files with 6 additions and 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue