gh-92120: The docstring of enum.Enum is invalid in reST#92122
gh-92120: The docstring of enum.Enum is invalid in reST#92122ethanfurman merged 2 commits intopython:mainfrom
Conversation
|
Thank you Takeshi-san! Are similar fixes needed in the Line 504 in ad5e852 Line 558 in ad5e852 Please could you include a NEWS file? https://devguide.python.org/committing/#updating-news-and-what-s-new-in-python |
|
I am more interested in the docstrings being usable by |
4b243fd to
eb44f0b
Compare
|
Thank you for your reviews! I also fixed EnumTypes class.
Yes. I confirmed it on my local. This change does not prevent the result of doctest. Of course, the number of cases are not changed. Additionally, doctest on GitHub Action is also passed. |
Misc/NEWS.d/next/Library/2022-05-06-01-53-34.gh-issue-92122.96Lf2p.rst
Outdated
Show resolved
Hide resolved
eb44f0b to
d95098e
Compare
✅ Deploy Preview for python-cpython-preview canceled.
|
Closes #92120
enum.Enumis invalid in reStructuredText since 3.11 #92120