Skip to content

[3.8] bpo-39674: Fix collections ABC deprecation notice - #25281

Merged
vstinner merged 1 commit into
python:3.8from
Anthchirp:3.8-collection-deferral
Apr 8, 2021
Merged

[3.8] bpo-39674: Fix collections ABC deprecation notice#25281
vstinner merged 1 commit into
python:3.8from
Anthchirp:3.8-collection-deferral

Conversation

@Anthchirp

@AnthchirpAnthchirp commented Apr 8, 2021

Copy link
Copy Markdown

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.

https://bugs.python.org/issue39674

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.
@vstinnervstinner changed the title [3.8] Fix collections ABC deprecation notice[3.8] bpo-39674: Fix collections ABC deprecation noticeApr 8, 2021
@vstinner
vstinner merged commit 20d56bd into python:3.8Apr 8, 2021
@vstinner

Copy link
Copy Markdown
Member

Merged, thanks.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Anthchirp@vstinner@the-knights-who-say-ni@bedevere-bot