| commit | e33d3df03079d704edbe159be079dc387058f044 | [log] [tgz] |
|---|---|---|
| author | Raymond Hettinger <python@rcn.com> | Wed Nov 27 07:29:33 2002 +0000 |
| committer | Raymond Hettinger <python@rcn.com> | Wed Nov 27 07:29:33 2002 +0000 |
| tree | b9b68ea6479278b215f1ed03ee75ac9e4fcc03ce | |
| parent | e9cfcef71eec755ad38a0764336920ecebb76344 [diff] |
SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class method for constructing new dictionaries from sequences of keys.