summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-04-01 18:50:56 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-04-01 18:50:56 (GMT)
commit66c4a6b51cea40215e8f61e1abe2e3d89c4aeb1e (patch)
tree9514206018d91419cad25cdfdc9f8f4084270935 /Misc/NEWS
parent449b7d95d46f0b2e8a1fd73642d391ac3a29518e (diff)
downloadcpython-66c4a6b51cea40215e8f61e1abe2e3d89c4aeb1e.zip
cpython-66c4a6b51cea40215e8f61e1abe2e3d89c4aeb1e.tar.gz
cpython-66c4a6b51cea40215e8f61e1abe2e3d89c4aeb1e.tar.bz2
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f5e280c..2e01d0d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -206,6 +206,8 @@ Library
instead of performing them in functions. Helps prevent import deadlocking in
threads.
+- Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
+
- Actually make the SimpleXMLRPCServer CGI handler work.
- Issue #2522: locale.format now checks its first argument to ensure it has