summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-09-17 11:24:01 (GMT)
committerGitHub <noreply@github.com>2018-09-17 11:24:01 (GMT)
commite0e5065daef36dafe10a46eaa8b7800274d73062 (patch)
tree9155e7851c2298fbc2f2d4018c6cff37363a3298 /Misc
parentddd1949fea59f256e51191540a4446f75ed608fa (diff)
downloadcpython-e0e5065daef36dafe10a46eaa8b7800274d73062.zip
cpython-e0e5065daef36dafe10a46eaa8b7800274d73062.tar.gz
cpython-e0e5065daef36dafe10a46eaa8b7800274d73062.tar.bz2
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-09-08-12-57-07.bpo-34610.wmoP5j.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-08-12-57-07.bpo-34610.wmoP5j.rst b/Misc/NEWS.d/next/Library/2018-09-08-12-57-07.bpo-34610.wmoP5j.rst
new file mode 100644
index 0000000..bffb355
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-09-08-12-57-07.bpo-34610.wmoP5j.rst
@@ -0,0 +1 @@
+Fixed iterator of :class:`multiprocessing.managers.DictProxy`.