Files
cpython/Lib
Raymond Hettinger 54405456e5 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.
2002-11-22 00:07:40 +00:00
..
2002-11-19 17:48:49 +00:00
2002-11-21 20:41:07 +00:00
2002-11-21 03:02:17 +00:00
2002-11-15 23:33:20 +00:00
2002-06-11 06:22:31 +00:00
2002-11-22 00:07:40 +00:00
2002-10-28 18:09:41 +00:00
2002-10-22 05:15:17 +00:00
2002-11-09 05:08:07 +00:00
2002-10-30 06:09:58 +00:00
2002-08-04 17:22:59 +00:00
2002-11-13 14:38:17 +00:00
2002-11-13 17:30:32 +00:00
2002-10-30 06:20:37 +00:00
2002-08-15 14:59:02 +00:00
2002-11-09 05:08:07 +00:00
2002-06-01 16:07:16 +00:00
2002-10-09 17:23:29 +00:00
2002-06-01 16:07:16 +00:00
2002-11-09 05:08:07 +00:00
2002-11-18 09:01:24 +00:00
2002-06-02 00:40:05 +00:00
2002-06-02 00:40:05 +00:00
2002-11-09 05:08:07 +00:00
2002-11-09 05:08:07 +00:00
2002-08-15 14:59:02 +00:00
2002-10-11 14:36:24 +00:00
2002-10-16 21:21:39 +00:00
2002-07-16 21:35:23 +00:00
2002-11-01 17:14:16 +00:00