commit | 54405456e5c2b76879472051c23e6c1c9f433beb | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Nov 22 00:07:40 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Nov 22 00:07:40 2002 +0000 |
tree | ab0827e9b4532d0ad144d9e0033d451410eb41a3 | |
parent | ba2cf078d2bd8705f61afda7081522981674882e [diff] |
Implement dict() style constructor. Already supported dict() and dict(mapping). Now supports dict(itemsequence) and Just van Rossum's new syntax for dict(keywordargs). Also, added related unittests. The docs already promise dict-like behavior so no update is needed there.