]> granicus.if.org Git - python/commit
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
authorMatthias Bussonnier <mbussonnier@ucmerced.edu>
Thu, 30 May 2019 21:45:48 +0000 (14:45 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 May 2019 21:45:48 +0000 (14:45 -0700)
commiteea47e09394dfb64d3a59a601d947d25bb1bdc96
tree9f3514663245875ac63e1cb5084d55c06d615266
parent5437ccca1424e415a938c583df43d8cc74047d16
bpo-36953: Delay removal of ABCs from collections. (GH-13409)

Bump the removal to 3.9, indicate collections.abc available since 3.3,
replace version-changed directive to deprecated-removed.

https://bugs.python.org/issue36953
Doc/library/collections.rst
Lib/collections/__init__.py
Misc/NEWS.d/next/Library/2019-05-20-08-54-41.bpo-36952.I_glok.rst [new file with mode: 0644]