This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Changelog missing removal of StrEnum etc.
Type: Stage: resolved
Components: Documentation Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, ethan.furman, pablogsal, srittau, xtreak
Priority: normal Keywords:

Created on 2021-08-02 12:22 by srittau, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg398760 - (view) Author: Sebastian Rittau (srittau) * Date: 2021-08-02 12:22
It seems that at some point StrEnum and a few other members were added to Python 3.10. I think they were present in 3.10 beta 2, but it seems they were removed by beta 4. While the Changelog at https://docs.python.org/3.10/whatsnew/changelog.html mentions that they were added, there is no note about their removal again.
msg398783 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2021-08-02 16:54
There was a revert of enum related changes in Python 3.10. Since the news file is generated I guess this is probably missed.
msg402863 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2021-09-29 12:39
The changelog says now:

bpo-44559: [Enum] module reverted to 3.9; 3.10 changes pushed until 3.11

(https://docs.python.org/3.10/whatsnew/changelog.html#id9)

Please, feel free to reopen if we are missing anything
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 88972
2021-09-29 12:39:50pablogsalsetstatus: open -> closed
resolution: fixed
messages: + msg402863

stage: resolved
2021-08-28 03:08:41ned.deilysetnosy: + pablogsal
2021-08-02 16:54:09xtreaksetnosy: + xtreak, ethan.furman
messages: + msg398783
2021-08-02 12:22:17srittaucreate