This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Specify program for gzip and json.tool command line options
Type: Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: serhiy.storchaka
Priority: normal Keywords: patch

Created on 2018-11-05 13:43 by serhiy.storchaka, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 10332 merged serhiy.storchaka, 2018-11-05 13:45
PR 10338 merged serhiy.storchaka, 2018-11-05 16:27
PR 10339 merged miss-islington, 2018-11-05 16:44
Messages (4)
msg329297 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-11-05 13:43
Currently command line options for gzip and json.tool are listed as general command line options, together with other options for the Python interpreter. They should be listed as options of separate programs.

See "command line option" on https://docs.python.org/3/genindex-C.html.
msg329303 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-11-05 15:47
New changeset 083a7a172b8c8888252d72031f21dcfea3c0d73f by Serhiy Storchaka in branch 'master':
bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332)
https://github.com/python/cpython/commit/083a7a172b8c8888252d72031f21dcfea3c0d73f
msg329308 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-11-05 16:44
New changeset 6ad277b2592cfac0f138e9adca4374dd1f354bdf by Serhiy Storchaka in branch '3.7':
[3.7] bpo-35167: Specify program for json.tool command line options. (GH-10332) (GH-10338)
https://github.com/python/cpython/commit/6ad277b2592cfac0f138e9adca4374dd1f354bdf
msg329311 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-11-05 17:51
New changeset 8c5f14d9c137fbffbb9de7c62ca834df2e9fbf2a by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
[3.6] bpo-35167: Specify program for json.tool command line options. (GH-10332) (GH-10338) (GH-10339)
https://github.com/python/cpython/commit/8c5f14d9c137fbffbb9de7c62ca834df2e9fbf2a
History
Date User Action Args
2022-04-11 14:59:07adminsetgithub: 79348
2018-11-05 17:59:52serhiy.storchakasetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: - Python 2.7
2018-11-05 17:51:41serhiy.storchakasetmessages: + msg329311
2018-11-05 16:44:25miss-islingtonsetpull_requests: + pull_request9643
2018-11-05 16:44:12serhiy.storchakasetmessages: + msg329308
2018-11-05 16:27:18serhiy.storchakasetpull_requests: + pull_request9642
2018-11-05 15:47:30serhiy.storchakasetmessages: + msg329303
2018-11-05 13:45:53serhiy.storchakasetkeywords: + patch
stage: patch review
pull_requests: + pull_request9636
2018-11-05 13:43:16serhiy.storchakacreate