summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-05 21:49:54 (GMT)
committerYury Selivanov <yury@magic.io>2016-10-05 21:49:54 (GMT)
commitbb8eb92f46f6efbdfd736ff0b6f7ab9391c90e12 (patch)
tree160d6c3ad21dd1590e574dd63bc531a409d2218c /Misc
parent67ea61818ef9b435bd47270e0a87e768ebdeeae6 (diff)
parent5b8d4f97f8bbb357d7c8b79007fdff22e2c8d1ae (diff)
downloadcpython-bb8eb92f46f6efbdfd736ff0b6f7ab9391c90e12.zip
cpython-bb8eb92f46f6efbdfd736ff0b6f7ab9391c90e12.tar.gz
cpython-bb8eb92f46f6efbdfd736ff0b6f7ab9391c90e12.tar.bz2
Merge 3.5 (issue #28369)
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 3ee45d0..cdd68f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -167,6 +167,9 @@ Library
loop attached.
Patch by Vincent Michel.
+- Issue #28369: Raise RuntimeError when transport's FD is used with
+ add_reader, add_writer, etc.
+
Windows
-------