]> granicus.if.org Git - python/commit
Issue #9137: Fix issue in MutableMapping.update, which incorrectly
authorMark Dickinson <dickinsm@gmail.com>
Sun, 11 Jul 2010 18:53:06 +0000 (18:53 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 11 Jul 2010 18:53:06 +0000 (18:53 +0000)
commitb214e90e010f86b7d899cd88ada8c68fff90c870
treeb00b722717f5cb5c31661204d343505fea97d151
parent226f544caa2c2423610df2bc60453aa28cf17618
Issue #9137: Fix issue in MutableMapping.update, which incorrectly
treated keyword arguments called 'self' or 'other' specially.
Lib/_abcoll.py
Lib/test/test_collections.py
Misc/NEWS