]> 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 14:25:51 +0000 (16:25 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Nov 2014 14:25:51 +0000 (16:25 +0200)
commitae5cb214d2cd41d96943a0ef43a4e95bd9a10b7a
tree9c4dc40180deb531fe0aa1ddfdc8f98bdeece704
parent48470354588ced3f635ad15cc77490f0d4536ab3
Issue #22609: Constructors and update methods of mapping classes in the
collections module now accept the self keyword argument.
Lib/_collections_abc.py
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS