| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead. |
Sorry, something went wrong.
|
The argparse tests failed because the previous indentation amount is expected; should I go over the tests and adjust them accordingly? |
Sorry, something went wrong.
When calculating the --help indentation, strip colors before counting the action length
|
@9001 Thanks for catching this. I was able to reproduce this, and it appears that those tests were introduced in #133941, following the change in spacing with #130645. So yeah, I think we can update the tests to reflect the correct spacing. |
Sorry, something went wrong.
|
Alright -- I believe the remaining test failure is unrelated. Please let me know if there is anything more to be done at this point :) |
Sorry, something went wrong.
|
I restarted the failure and it passed 👍 |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM! Thanks so much!
Sorry, something went wrong.
|
Thanks @9001 for the PR, and @savannahostrowski for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, something went wrong.
(cherry picked from commit 72e370c) Co-authored-by: ed <s@ocv.me> Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com>
|
GH-139793 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When calculating the --help indentation, strip colors before counting the action length.