]> granicus.if.org Git - python/commit
bpo-25988: Do not expose abstract collection classes in the collections module. ...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Oct 2019 09:10:15 +0000 (12:10 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2019 09:10:15 +0000 (12:10 +0300)
commitef092fe9905f61ca27889092ca1248a11aa74498
tree8cba272926bbc17686ad23bf85f299e501b55e39
parent9e71917e0290972f65711f75510078f799cf0b59
bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596)
Doc/whatsnew/3.9.rst
Lib/collections/__init__.py
Misc/NEWS.d/next/Library/2018-11-19-10-23-58.bpo-25988.6o7gGK.rst [new file with mode: 0644]