diff options
author | Brendan Gerrity <brerrity@gmail.com> | 2018-08-31 15:15:42 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2018-08-31 15:15:42 (GMT) |
commit | aada63b20ec64bbfc4f2fb0718fc563eedbdd36a (patch) | |
tree | a1850f0ed14568d1c9da7986be6f19429d626367 /Misc | |
parent | 757b73cf92f5141396a9faf9e57a86765d7dac15 (diff) | |
download | cpython-aada63b20ec64bbfc4f2fb0718fc563eedbdd36a.zip cpython-aada63b20ec64bbfc4f2fb0718fc563eedbdd36a.tar.gz cpython-aada63b20ec64bbfc4f2fb0718fc563eedbdd36a.tar.bz2 |
bpo-34062: Add missing launcher argument and make behavior consistent 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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2018-08-21-19-28-23.bpo-34062.3gxsA3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-08-21-19-28-23.bpo-34062.3gxsA3.rst b/Misc/NEWS.d/next/Windows/2018-08-21-19-28-23.bpo-34062.3gxsA3.rst new file mode 100644 index 0000000..ca71945 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2018-08-21-19-28-23.bpo-34062.3gxsA3.rst @@ -0,0 +1 @@ +Fixed the '--list' and '--list-paths' arguments for the py.exe launcher |