[issue39427] python -X options are not documented in the CLI --help

2020-02-23 Thread Pablo Galindo Salgado


Change by Pablo Galindo Salgado :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39427] python -X options are not documented in the CLI --help

2020-02-23 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:


New changeset 333b9899fc7807575d1742b77b4633ac53bd528f by Pablo Galindo in 
branch '3.7':
[3.7] bpo-39427: Document -X opt options in the CLI --help and the man page 
(GH-18131) (#18134)
https://github.com/python/cpython/commit/333b9899fc7807575d1742b77b4633ac53bd528f


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39427] python -X options are not documented in the CLI --help

2020-02-23 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:


New changeset 13951c7f25c628ea2dc0a869ebe18e7bf593fa6d by Pablo Galindo in 
branch '3.8':
[3.8] bpo-39427: Document -X opt options in the CLI --help and the man page 
(GH-18131) (GH-18133)
https://github.com/python/cpython/commit/13951c7f25c628ea2dc0a869ebe18e7bf593fa6d


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39427] python -X options are not documented in the CLI --help

2020-01-22 Thread Pablo Galindo Salgado


Change by Pablo Galindo Salgado :


--
pull_requests: +17520
pull_request: https://github.com/python/cpython/pull/18134

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39427] python -X options are not documented in the CLI --help

2020-01-22 Thread Pablo Galindo Salgado


Change by Pablo Galindo Salgado :


--
pull_requests: +17519
pull_request: https://github.com/python/cpython/pull/18133

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39427] python -X options are not documented in the CLI --help

2020-01-22 Thread miss-islington


miss-islington  added the comment:


New changeset 41f0ef6abbd304409c55612a08788cdd59fbc8a3 by Miss Islington (bot) 
(Pablo Galindo) in branch 'master':
bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131)
https://github.com/python/cpython/commit/41f0ef6abbd304409c55612a08788cdd59fbc8a3


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39427] python -X options are not documented in the CLI --help

2020-01-22 Thread Pablo Galindo Salgado


Change by Pablo Galindo Salgado :


--
keywords: +patch
pull_requests: +17517
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/18131

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39427] python -X options are not documented in the CLI --help

2020-01-22 Thread Pablo Galindo Salgado


New submission from Pablo Galindo Salgado :

When running python --help there is no documentation on the -X opt options 
available. It just says:

-X opt : set implementation-specific option

without what 'opt' can be.

--
assignee: pablogsal
components: Interpreter Core
messages: 360516
nosy: pablogsal, vstinner
priority: normal
severity: normal
status: open
title: python -X options are not documented in the CLI --help
versions: Python 3.7, Python 3.8, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com