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

Document gzip command line interface #79094

Closed
tirkarthi opened this issue Oct 6, 2018 · 2 comments
Closed

Document gzip command line interface #79094

tirkarthi opened this issue Oct 6, 2018 · 2 comments
Labels
3.8 only security fixes docs Documentation in the Doc dir

Comments

@tirkarthi
Copy link
Member

BPO 34913
Nosy @JulienPalard, @tirkarthi
PRs
  • bpo-34913: Document gzip command line interface #9782
  • 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 = None
    closed_at = <Date 2018-10-10.06:44:38.154>
    created_at = <Date 2018-10-06.07:06:04.059>
    labels = ['3.8', 'docs']
    title = 'Document gzip command line interface'
    updated_at = <Date 2018-10-10.06:44:38.154>
    user = 'https://github.com/tirkarthi'

    bugs.python.org fields:

    activity = <Date 2018-10-10.06:44:38.154>
    actor = 'mdk'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2018-10-10.06:44:38.154>
    closer = 'mdk'
    components = ['Documentation']
    creation = <Date 2018-10-06.07:06:04.059>
    creator = 'xtreak'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34913
    keywords = ['patch']
    message_count = 2.0
    messages = ['327230', '327456']
    nosy_count = 3.0
    nosy_names = ['docs@python', 'mdk', 'xtreak']
    pr_nums = ['9782']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue34913'
    versions = ['Python 3.8']

    @tirkarthi
    Copy link
    Member Author

    gzip supports command line interface with python -m gzip like zipfile and tarfile but there is no help available from the command line which can be covered when bpo-23596 is merged that uses argparse along with tests for which are also lacking at the moment. There can be at least docs about command line arguments at https://docs.python.org/3/library/gzip.html. Currently there is no way to know how the command line interface works for gzip without looking at the source code.

    @tirkarthi tirkarthi added the 3.8 only security fixes label Oct 6, 2018
    @tirkarthi tirkarthi added the docs Documentation in the Doc dir label Oct 6, 2018
    @JulienPalard
    Copy link
    Member

    New changeset 7c817e6 by Julien Palard (Stéphane Wirtel) in branch 'master':
    bpo-34913: Document gzip command line interface (GH-9782)
    7c817e6

    @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.8 only security fixes docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants