summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-10-29-10-18-31.bpo-35065.CulMN8.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-10-29-10-18-31.bpo-35065.CulMN8.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-10-29-10-18-31.bpo-35065.CulMN8.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-10-29-10-18-31.bpo-35065.CulMN8.rst b/Misc/NEWS.d/next/Library/2018-10-29-10-18-31.bpo-35065.CulMN8.rst
deleted file mode 100644
index 9d5d612..0000000
--- a/Misc/NEWS.d/next/Library/2018-10-29-10-18-31.bpo-35065.CulMN8.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Remove `StreamReaderProtocol._untrack_reader`. The call to `_untrack_reader`
-is currently performed too soon, causing the protocol to forget about the
-reader before `connection_lost` can run and feed the EOF to the reader.