-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-29666: correct documentation for enum.html #358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks! @kartikanand : this change needs to be backported, can you try to cherry-pick the change to the 3.6 branch using "git cherry-pick -x "? |
(cherry picked from commit 6265842)
IHMO it's worth it to backport the change to Python 3.6. @kartikanand can you please try to cherry-pick the change to Python 3.6 using "git cherry-pick -x " ? |
Why did you remove the label? Are you using this label to check if the backport was done or not? I prefer to keep the label even if the change was already backported to 3.6. |
Yes, this has been used to track backport statuses for a while. I suggest opening an issue at python/core-workflow to discuss this :) |
Correct documentation for
enum.html
by adding the fourth missing typeFlag
and correcting the wrongly mentionedIntFlag