summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-04-19 00:09:36 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-04-19 00:09:36 (GMT)
commitcf4c749680bc178f2afb469f8828790a7268d137 (patch)
treeb82b665246bec0aa1ab1c099e72769ebc3ee70a7 /Misc
parent561f36068f9a6ec70a49646a4ca78a411929a73c (diff)
downloadcpython-cf4c749680bc178f2afb469f8828790a7268d137.zip
cpython-cf4c749680bc178f2afb469f8828790a7268d137.tar.gz
cpython-cf4c749680bc178f2afb469f8828790a7268d137.tar.bz2
Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs.
Patch by Brian Quinlan.
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 d7ee7b3..7cbe7a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,9 @@ Core and Builtins
Library
-------
+- Issue #5734: BufferedRWPair was poorly tested and had several glaring
+ bugs. Patch by Brian Quinlan.
+
- 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,