diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-01 19:05:50 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-01 19:05:50 (GMT) |
commit | 3f10a952f6056b6797e4187bcfa1a97c21d1b3bb (patch) | |
tree | fd77e13d51d8e407ecc12a206b67cbb670ee88bc /Misc | |
parent | 0759dd66c581a65381412a2ff98dac8edd58ddee (diff) | |
download | cpython-3f10a952f6056b6797e4187bcfa1a97c21d1b3bb.zip cpython-3f10a952f6056b6797e4187bcfa1a97c21d1b3bb.tar.gz cpython-3f10a952f6056b6797e4187bcfa1a97c21d1b3bb.tar.bz2 |
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ Core and Builtins Library ------- +- Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. + - Issue #5624: Fix the _winreg module name still used in several modules. - Issue #5628: Fix io.TextIOWrapper.read() with a unreadable buffer. |