| commit | d9c9151a53b1f0e65370da7ed08d216a5cda8062 | [log] [tgz] |
|---|---|---|
| author | Raymond Hettinger <python@rcn.com> | Wed Aug 21 13:20:51 2002 +0000 |
| committer | Raymond Hettinger <python@rcn.com> | Wed Aug 21 13:20:51 2002 +0000 |
| tree | 5932b4b3e850b8b375d9a0333293522bc4ac2d7f | |
| parent | c3e61e5c52213cb37ac48439e555728dd88dfcb2 [diff] |
Now that __init__ transforms set elements, we know that all of the elements are hashable, so we can use dict.update() or dict.copy() for a C speed Set.copy().