summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-07-24 16:49:36 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-07-24 16:49:36 (GMT)
commit45cff66cf63593695ff5324d3765d8a1a1125adf (patch)
tree57bd2130c942c9735e0803de92defbccff384794 /Misc
parent992019c0061d62ccb5e0715675ddf3aa2d1b6478 (diff)
downloadcpython-45cff66cf63593695ff5324d3765d8a1a1125adf.zip
cpython-45cff66cf63593695ff5324d3765d8a1a1125adf.tar.gz
cpython-45cff66cf63593695ff5324d3765d8a1a1125adf.tar.bz2
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
BlockingIOError exceptions. Initial patch written by Xavier de Gaye. Document also in asyncore documentation that recv() may raise BlockingIOError.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0def194..4fb4b3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #16133: The asynchat.async_chat.handle_read() method now ignores
+ BlockingIOError exceptions.
+
- Issue #19884: readline: Disable the meta modifier key if stdout is not
a terminal to not write the ANSI sequence "\033[1034h" into stdout. This
sequence is used on some terminal (ex: TERM=xterm-256color") to enable