bpo-34062: Add missing launcher argument and make behavior consistent between short and long arguments by bgerrity · Pull Request #8827 · python/cpython

@bgerrity

… between short and long arguments

Added previously missing "--list" argument.
Made "--list" and "--list-paths" behavior consistent with the corresponding "-0" and "-0p" arguments.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 31, 2018
… between short and long arguments (pythonGH-8827)

Added previously missing "--list" argument.
Made "--list" and "--list-paths" behavior consistent with the corresponding "-0" and "-0p" arguments.
(cherry picked from commit aada63b)

Co-authored-by: Brendan Gerrity <brerrity@gmail.com>

miss-islington added a commit that referenced this pull request

Aug 31, 2018
… between short and long arguments (GH-8827)

Added previously missing "--list" argument.
Made "--list" and "--list-paths" behavior consistent with the corresponding "-0" and "-0p" arguments.
(cherry picked from commit aada63b)

Co-authored-by: Brendan Gerrity <brerrity@gmail.com>