Uh oh!
There was an error while loading. Please reload this page.
[3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) - #91664
Conversation
python#31769) Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit a573cb2)
| @@ -0,0 +1,492 @@ | |||
| // types.UnionType -- used to represent e.g. Union[int, str], int | str | |||
There was a problem hiding this comment.
Looks like you accidentally added this file
bedevere-bot
commented
Apr 18, 2022
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
arhadthedev
commented
Apr 19, 2022
I have made the requested changes; please review again. |
bedevere-bot
commented
Apr 19, 2022
Thanks for making the requested changes! @JelleZijlstra: please review the changes made to this pull request. |
JelleZijlstra
commented
Apr 19, 2022
Thank you! |
…strings (pythonGH-31769) (python#91664) Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit a573cb2)
Co-authored-by: Éric merwok@netwok.org
Co-authored-by: Jelle Zijlstra jelle.zijlstra@gmail.com
(cherry picked from commit a573cb2)
Co-authored-by: Oleg Iarygin oleg@arhadthedev.net