-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-14546: Fix the argument handling in Tools/scripts/lll.py #13026
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
bpo-14546: Fix the argument handling in Tools/scripts/lll.py #13026
Conversation
The Tools/scripts/lll.py script was handling only the last argument.
|
|
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7. |
GH-13060 is a backport of this pull request to the 3.7 branch. |
Sorry, @ZackerySpytz and @serhiy-storchaka, I could not cleanly backport this to |
Hi, @serhiy-storchaka. I think that GH-13058 should be merged to fix the buildbot failures. In any case, I will manually create the backport to 2.7 with the fix in GH-13058. |
GH-13063 is a backport of this pull request to the 2.7 branch. |
The Tools/scripts/lll.py script was handling only the last argument.
The unit test follows the style of the other unit tests under
Lib/test/test_tools.
https://bugs.python.org/issue14546