◐ Shell
clean mode source ↗

bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596)" by vstinner · Pull Request #18545 · python/cpython

…es in the collections module. (GH-10596)"

This reverts commit ef092fe.

Update collections __getattr__() and documentation to defer aliases
removal to Python 3.10.

serhiy-storchaka

gvanrossum

Anthchirp added a commit to Anthchirp/cpython that referenced this pull request

Apr 8, 2021
The deprecation originally slated for 3.9 was deferred to 3.10
(bpo-39674, pythonGH-18545) and the documentation on the 3.8 release was
updated accordingly (pythonGH-18748). However the deprecation notice in
the code was left as is, and still indicates deprecation with 3.9.

Anthchirp added a commit to Anthchirp/cpython that referenced this pull request

Apr 8, 2021
The deprecation originally slated for 3.9 was deferred to 3.10
(bpo-39674, pythonGH-18545). However the deprecation notice in the release
was left as is, and still indicates deprecation with 3.9.

Also add a missing space in the message.

This was referenced

Apr 8, 2021

vstinner pushed a commit that referenced this pull request

Apr 8, 2021
The deprecation originally slated for 3.9 was deferred to 3.10
(bpo-39674, GH-18545) and the documentation on the 3.8 release was
updated accordingly (GH-18748). However the deprecation notice in
the code was left as is, and still indicates deprecation with 3.9.