summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/0242.bpo-28963.tPl8dq.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-09-19 05:01:36 (GMT)
committerNed Deily <nad@python.org>2017-09-19 05:01:36 (GMT)
commit450ceea33169e8a7717d3e2fffb009141a99c479 (patch)
treec503081df2b528bacc9eb749cc7f29bef19ec294 /Misc/NEWS.d/next/Library/0242.bpo-28963.tPl8dq.rst
parent380c5fbc6f9b89e013cd7dbb540316a59e4ddb63 (diff)
downloadcpython-450ceea33169e8a7717d3e2fffb009141a99c479.zip
cpython-450ceea33169e8a7717d3e2fffb009141a99c479.tar.gz
cpython-450ceea33169e8a7717d3e2fffb009141a99c479.tar.bz2
Update PyDoc topics and NEWS blurbs for 3.7.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Library/0242.bpo-28963.tPl8dq.rst')
-rw-r--r--Misc/NEWS.d/next/Library/0242.bpo-28963.tPl8dq.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/0242.bpo-28963.tPl8dq.rst b/Misc/NEWS.d/next/Library/0242.bpo-28963.tPl8dq.rst
deleted file mode 100644
index 15e3471..0000000
--- a/Misc/NEWS.d/next/Library/0242.bpo-28963.tPl8dq.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix out of bound iteration in asyncio.Future.remove_done_callback
-implemented in C.