Skip to content
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

Doc: fixed style in library/argparse.rst #101733

Merged
merged 2 commits into from
Mar 8, 2023

Conversation

MarcinWieczorek
Copy link
Contributor

Trivial change, fixing a "typo". Removed white characters around = in library/argparse.rst

@bedevere-bot bedevere-bot added awaiting review docs Documentation in the Doc dir skip news labels Feb 9, 2023
@cpython-cla-bot
Copy link

cpython-cla-bot bot commented Feb 9, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

Copy link
Contributor

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, may as well be PEP 8 compliant

@hauntsaninja hauntsaninja added needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Mar 8, 2023
@miss-islington
Copy link
Contributor

Thanks @MarcinWieczorek for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @MarcinWieczorek and @hauntsaninja, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 061325e0d2bbec6ff89d03f527c91dc7bfa14003 3.10

@bedevere-bot
Copy link

GH-102524 is a backport of this pull request to the 3.11 branch.

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 <[email protected]>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Mar 8, 2023
@hauntsaninja hauntsaninja removed the needs backport to 3.10 only security fixes label Mar 8, 2023
miss-islington added a commit that referenced this pull request Mar 8, 2023
(cherry picked from commit 061325e)

Co-authored-by: Marcin Wieczorek <[email protected]>
@MarcinWieczorek
Copy link
Contributor Author

I think this problem doesn't exist in 3.10

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants