{{ message }}
Doc: fixed style in library/argparse.rst#101733
Merged
hauntsaninja merged 2 commits intoMar 8, 2023
Merged
Conversation
Sorry, something went wrong.
hauntsaninja
reviewed
Mar 8, 2023
hauntsaninja
left a comment
Contributor
There was a problem hiding this comment.
Thanks, may as well be PEP 8 compliant
Sorry, something went wrong.
hauntsaninja
approved these changes
Mar 8, 2023
Contributor
|
Thanks @MarcinWieczorek for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, something went wrong.
Contributor
|
Sorry, @MarcinWieczorek and @hauntsaninja, I could not cleanly backport this to |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Mar 8, 2023
(cherry picked from commit 061325e) Co-authored-by: Marcin Wieczorek <marcin@marcin.co>
miss-islington
added a commit
that referenced
this pull request
Mar 8, 2023
(cherry picked from commit 061325e) Co-authored-by: Marcin Wieczorek <marcin@marcin.co>
Contributor
Author
|
I think this problem doesn't exist in 3.10 |
Sorry, something went wrong.
carljm
added a commit
to carljm/cpython
that referenced
this pull request
Mar 8, 2023
* main: pythongh-102304: Consolidate Direct Usage of _Py_RefTotal (pythongh-102514) pythongh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Objects/) (python#102218) pythongh-102507 Remove invisible pagebreak characters (python#102531) pythongh-102515: Remove unused imports in the `Lib/` directory (python#102516) Remove or update bitbucket links (pythonGH-101963) pythongh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (python#102526) pythonGH-102397: Fix segfault from race condition in signal handling (python#102399) Fix style in argparse.rst (python#101733) Post 3.12.0a6 fix typo in async generator code field name `ag_code` (python#102448) Python 3.12.0a6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Trivial change, fixing a "typo". Removed white characters around
=inlibrary/argparse.rst