commit | cdcf887999524cb7ff5ba3cab129d04956333e0d | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Nov 07 02:26:17 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Nov 07 02:26:17 2007 +0000 |
tree | a97698d11da0e0a5450f5ab4a6647520db0d1a11 | |
parent | 12e94200c0b12487e129ce7e325d9315c12ca88a [diff] |
Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset counts for example.