]> granicus.if.org Git - python/commit
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:36:06 +0000 (23:36 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:36:06 +0000 (23:36 +0300)
commit68f5ef226e9b62b1755ee98ae3d35a4aedc56684
treee0f85be148ced114808cd2f283452595fd080d7d
parente060619d4b047fdee613cafc64e3a9242a68ea54
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
argument.
Lib/collections/__init__.py
Lib/test/test_userdict.py
Misc/NEWS