]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:38:34 +0000 (23:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:38:34 +0000 (23:38 +0300)
commit5527cf119dbed1fcd1194712e776ad2bc485eb0d
treec801c295fe19c6f3fd2d12236b89b6c7d834d767
parent87b93fe36f3d66bb200c8c0227a4cc7d50ff32d9
parentf4ee1c23e8c2981c01bca7a9bcb3904833726c18
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
argument.
Lib/collections/__init__.py
Lib/test/test_userdict.py
Misc/NEWS