-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-19184: Update the documentation of dis module. #13652
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
* Explain the behavior of the number of arguments of RAISE_VARGARGS opcode.
Thanks for the contribution, @mangrisano! The CI failures are on the lines you added, but I have to research what the error means as I haven't encountered it before.
|
The problem concerned the "`" when it wanted "``". First time for me as well. (Thanks Ezio for taking a look about it) |
Thanks for fixing that so quickly; saved me the time. 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly cosmetic issues, otherwise it looks pretty good to me. Thanks!
@@ -0,0 +1,3 @@ | |||
Update the documentation of :mod:`dis`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a minor documentation change. We don't need to document it in a NEWS file. We only require NEWS entries for major documentation changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, ok. I didn't know that. Thank you for the review.
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 |
To expand a bit on this: rest uses roles in the form of The devguide talks about roles at https://devguide.python.org/documenting/#id4, but doesn't mention anything about the default role -- perhaps a PR to add an item to that list should be created. |
Thanks @ezio-melotti! I wonder if it would help to add a cheat sheet (or FAQ) to the devguide too? For example, |
Thanks @mangrisano for the PR, and @ezio-melotti for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
I'm having trouble backporting to |
Thanks @mangrisano for the PR, and @ezio-melotti for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
* bpo-19184: Update the documentation of dis module * Explain the behavior of the number of arguments of RAISE_VARGARGS opcode. * bpo-19184: Update blurb. * bpo-19184: Fix typo in the dis Documentation. * bpo-19184: Address review comments and improve the doc * bpo-19184: Remove news file. (cherry picked from commit e1179a5) Co-authored-by: Michele Angrisano <[email protected]>
GH-13755 is a backport of this pull request to the 3.7 branch. |
* bpo-19184: Update the documentation of dis module * Explain the behavior of the number of arguments of RAISE_VARGARGS opcode. * bpo-19184: Update blurb. * bpo-19184: Fix typo in the dis Documentation. * bpo-19184: Address review comments and improve the doc * bpo-19184: Remove news file. (cherry picked from commit e1179a5) Co-authored-by: Michele Angrisano <[email protected]>
* bpo-19184: Update the documentation of dis module * Explain the behavior of the number of arguments of RAISE_VARGARGS opcode. * bpo-19184: Update blurb. * bpo-19184: Fix typo in the dis Documentation. * bpo-19184: Address review comments and improve the doc * bpo-19184: Remove news file.
opcode.
https://bugs.python.org/issue19184