]> granicus.if.org Git - python/commit
Issue #22609: Constructors and update methods of mapping classes in the
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Nov 2014 17:02:56 +0000 (19:02 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Nov 2014 17:02:56 +0000 (19:02 +0200)
commit20994f1e27c38973f1854dbdcf9b29fe8e3cd6be
tree95ab352827a4a6bf7669fdcc611c6e785553acc3
parent6ac2b4db9463b366244b34cea6959426a645c1a2
Issue #22609: Constructors and update methods of mapping classes in the
collections module now accept the self keyword argument.
Lib/_abcoll.py
Lib/collections.py
Lib/test/test_collections.py
Misc/NEWS