Skip to content
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

python -X options are not documented in the CLI --help #83608

Closed
pablogsal opened this issue Jan 22, 2020 · 4 comments
Closed

python -X options are not documented in the CLI --help #83608

pablogsal opened this issue Jan 22, 2020 · 4 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@pablogsal
Copy link
Member

BPO 39427
Nosy @vstinner, @pablogsal, @miss-islington
PRs
  • bpo-39427: Document -X opt options in the CLI --help and the man page #18131
  • [3.8] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) #18133
  • [3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) #18134
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/pablogsal'
    closed_at = <Date 2020-02-23.20:51:42.519>
    created_at = <Date 2020-01-22.22:26:44.727>
    labels = ['interpreter-core', '3.7', '3.8', '3.9']
    title = 'python -X options are not documented in the CLI --help'
    updated_at = <Date 2020-02-23.20:51:42.518>
    user = 'https://github.com/pablogsal'

    bugs.python.org fields:

    activity = <Date 2020-02-23.20:51:42.518>
    actor = 'pablogsal'
    assignee = 'pablogsal'
    closed = True
    closed_date = <Date 2020-02-23.20:51:42.519>
    closer = 'pablogsal'
    components = ['Interpreter Core']
    creation = <Date 2020-01-22.22:26:44.727>
    creator = 'pablogsal'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39427
    keywords = ['patch']
    message_count = 3.0
    messages = ['360516', '360526', '362537', '362538']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'pablogsal', 'miss-islington']
    pr_nums = ['18131', '18133', '18134']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue39427'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @pablogsal
    Copy link
    Member Author

    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.

    @pablogsal pablogsal added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Jan 22, 2020
    @pablogsal pablogsal self-assigned this Jan 22, 2020
    @pablogsal pablogsal added interpreter-core (Objects, Python, Grammar, and Parser dirs) 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Jan 22, 2020
    @pablogsal pablogsal self-assigned this Jan 22, 2020
    @pablogsal pablogsal added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jan 22, 2020
    @miss-islington
    Copy link
    Contributor

    New changeset 41f0ef6 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)
    41f0ef6

    @pablogsal
    Copy link
    Member Author

    New changeset 13951c7 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)
    13951c7

    @pablogsal
    Copy link
    Member Author

    New changeset 333b989 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) (bpo-18134)
    333b989

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants