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: Fix error in Enum documentation.
Type: enhancement Stage: resolved
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ethan.furman, krisaoe, miss-islington
Priority: normal Keywords: patch

Created on 2021-05-03 05:51 by krisaoe, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 25837 merged krisaoe, 2021-05-03 05:51
PR 25891 merged miss-islington, 2021-05-04 12:41
Messages (1)
msg392765 - (view) Author: Kris Powell (krisaoe) * Date: 2021-05-03 05:51
The example code was referring to the wrong enum `Color`, instead of `Ordinal`.
History
Date User Action Args
2022-04-11 14:59:45adminsetgithub: 88180
2021-05-04 12:43:47lukasz.langasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-05-04 12:41:06miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request24565
2021-05-03 06:41:19xtreaksetnosy: + ethan.furman
2021-05-03 05:51:59krisaoesetkeywords: + patch
stage: patch review
pull_requests: + pull_request24522
2021-05-03 05:51:29krisaoecreate