commit | e965d97ed1adac6a9a5cf69f04770249589756c7 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 27 00:45:12 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 27 00:45:12 2012 +0100 |
tree | 71a3cc64dc94f6f46cda51a662b95510c05e7819 | |
parent | 3bbdc8e822b483fdfb66e0422e94630af10d1b80 [diff] |
Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. Patch by Filip GruszczyĆski.