commit | 31017aed36a5c5b0e4b16ca58bea09c9ce360134 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Mar 04 08:25:44 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Mar 04 08:25:44 2004 +0000 |
tree | 766d70bb4fbb6878a71c81fc3874515cfcbc8aa8 | |
parent | 6c79a518e70ea8e45e3287573d99c648ae3cb21b [diff] [blame] |
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ (Championed by Bob Ippolito.) The update() method for mappings now accepts all the same argument forms as the dict() constructor. This includes item lists and/or keyword arguments.
diff --git a/Misc/ACKS b/Misc/ACKS index 61b07cb..befc46b 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -273,6 +273,7 @@ Juan David Ibáñez Palomar Tony Ingraldi John Interrante +Bob Ippolito Ben Jackson Paul Jackson David Jacobs