commit | c8d2290c8c5111b2b735482fab6cd2c47a6a8977 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed May 07 00:49:40 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed May 07 00:49:40 2003 +0000 |
tree | a8dbcebb6836d98a98282cfe079bcb891aa3862a | |
parent | 9f5178abb7edd1b1bcaffcdfcf1afd8816dab102 [diff] |
SF patch #729395: Dictionary tuning Adjust resize argument for dict.update() and dict.copy(). Extends the previous change to dict.__setitem__().