mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
This commit is contained in:
parent
449b7d95d4
commit
66c4a6b51c
3 changed files with 30 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue