◐ Shell
clean mode source ↗

[3.8] bpo-39674: Update collections ABC deprecation doc by vstinner · Pull Request #18748 · python/cpython

@vstinner

@vstinner vstinner deleted the collections_abc_doc38 branch

March 3, 2020 16:31

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.

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.