summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-01-17-13-04-16.bpo-32576.iDL09t.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-01-30 23:48:26 (GMT)
committerNed Deily <nad@python.org>2018-01-31 22:14:30 (GMT)
commit6e41cd95b5cc9288e94457be60bdcdc0fb6bebae (patch)
treea6b52ecb200ae2f66d0f96ccff2d95d8cbed529e /Misc/NEWS.d/next/Library/2018-01-17-13-04-16.bpo-32576.iDL09t.rst
parent1ca2ffdc532622ef001418585c146e6b0f31027f (diff)
downloadcpython-6e41cd95b5cc9288e94457be60bdcdc0fb6bebae.zip
cpython-6e41cd95b5cc9288e94457be60bdcdc0fb6bebae.tar.gz
cpython-6e41cd95b5cc9288e94457be60bdcdc0fb6bebae.tar.bz2
Update NEWS, docs, and patchlevel for 3.7.0b1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-01-17-13-04-16.bpo-32576.iDL09t.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-01-17-13-04-16.bpo-32576.iDL09t.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-01-17-13-04-16.bpo-32576.iDL09t.rst b/Misc/NEWS.d/next/Library/2018-01-17-13-04-16.bpo-32576.iDL09t.rst
deleted file mode 100644
index 143a83e..0000000
--- a/Misc/NEWS.d/next/Library/2018-01-17-13-04-16.bpo-32576.iDL09t.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Use queue.SimpleQueue() in places where it can be invoked from a weakref
-callback.