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
bpo-41428: Documentation for PEP 604 #22517
Conversation
|
@MaggieMoss Do you have time to you review this? It's about your code. :-) |
Misc/NEWS.d/next/Documentation/2020-10-03-18-20-46.bpo-41428._ju1NE.rst
Outdated
Show resolved
Hide resolved
|
@gvanrossum and @pablogsal , thanks for the extremely thorough review. I implemented the suggested changes. |
|
Thanks guido, pablo and eamanu for the patience and guidance for this PR. This was my first time writing reST/writing docs for CPython for that matter, and it was extremely fun! The devguide was extremely helpful too :). |
|
@Fidget-Spinner You did a great job. Do you want to help more? |
|
@gvanrossum Yea definitely, I'll work on something else when I have the time to do so ! |
Added documentation for PEP 604.
https://bugs.python.org/issue41428