commit | 16d037653d50a035f106636715095840e4fabe70 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 11 19:27:06 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 11 19:27:06 2010 +0000 |
tree | cc6659650dce5feafd22660dfc3a69a8699ff331 | |
parent | dedbbe6b3bfbf1fda4e333ec80507576c1725544 [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. ........