summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-07-04 04:55:45 (GMT)
committerGitHub <noreply@github.com>2017-07-04 04:55:45 (GMT)
commit1a3bc5546aa27f01426ad76618a9b2c3b698ae68 (patch)
tree40ddc1d65316a424ff81b500e1376bb4b778871c /Misc/NEWS.d/next
parent0b1210739d12c26e4a161ffd494bd572d49b2483 (diff)
downloadcpython-1a3bc5546aa27f01426ad76618a9b2c3b698ae68.zip
cpython-1a3bc5546aa27f01426ad76618a9b2c3b698ae68.tar.gz
cpython-1a3bc5546aa27f01426ad76618a9b2c3b698ae68.tar.bz2
[3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2557)
(cherry picked from commit 8a8d28501fc8ce25926d168f1c657656c809fd4c)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2017-06-29-14-25-14.bpo-30441.3Wh9kc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-06-29-14-25-14.bpo-30441.3Wh9kc.rst b/Misc/NEWS.d/next/Library/2017-06-29-14-25-14.bpo-30441.3Wh9kc.rst
new file mode 100644
index 0000000..55dd613
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-06-29-14-25-14.bpo-30441.3Wh9kc.rst
@@ -0,0 +1 @@
+Fix bug when modifying os.environ while iterating over it