]> 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:37:09 +0000 (23:37 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:37:09 +0000 (23:37 +0300)
commitf4ee1c23e8c2981c01bca7a9bcb3904833726c18
tree827d7e2f7ba4fc652c80239d18ff0c2ee4423efa
parent3066fc41d1a054e7734e8334af9758173ee0aa9d
parent68f5ef226e9b62b1755ee98ae3d35a4aedc56684
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
argument.
Lib/collections/__init__.py
Lib/test/test_userdict.py
Misc/NEWS