| commit | 42add99f77fbb4eb1af65213e1b4936397afe490 | [log] [tgz] |
|---|---|---|
| author | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 11 19:17:28 2010 +0000 |
| committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 11 19:17:28 2010 +0000 |
| tree | 8191d69640b9461913015628bf7d00cd7bb284f5 | |
| parent | 3266978300ace81216e7cf7d072d43319efa2f65 [diff] |
Merged revisions 82821 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82821 | mark.dickinson | 2010-07-11 19:53:06 +0100 (Sun, 11 Jul 2010) | 3 lines Issue #9137: Fix issue in MutableMapping.update, which incorrectly treated keyword arguments called 'self' or 'other' specially. ........