gh-91984: Appended '\n' to test strings in test_argparse.py(#91984)#91986
gh-91984: Appended '\n' to test strings in test_argparse.py(#91984)#91986serhiy-storchaka merged 1 commit intopython:mainfrom
Conversation
…n test_argparse.py(python#91984)
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Thanks! I was going to fix this a long time ago, but could not find a free time for this.
|
@serhiy-storchaka Could you approve the test workflows ? |
|
Thanks @AbhigyanBose for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
Thanks @AbhigyanBose for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
|
Sorry, @AbhigyanBose and @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry @AbhigyanBose and @serhiy-storchaka, I had trouble checking out the |
#gh-91984: Appended '\n' to test strings in test_argparse.py(#91984)
Implementing the fix proposed in the issue description in #91984
Adding '\n' to the end of:
cpython/Lib/test/test_argparse.py
Line 2268 in b733708
and
cpython/Lib/test/test_argparse.py
Line 2285 in b733708
Closes #91984.