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

no help flag in base64 util #80151

Closed
rkuska mannequin opened this issue Feb 11, 2019 · 2 comments
Closed

no help flag in base64 util #80151

rkuska mannequin opened this issue Feb 11, 2019 · 2 comments
Labels
3.11 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@rkuska
Copy link
Mannequin

rkuska mannequin commented Feb 11, 2019

BPO 35970
Nosy @rkuska, @ammaraskar, @miss-islington
PRs
  • bpo-35970: Add help flag to base64 util #11789
  • bpo-35970: Add help flag to base64 module #28774
  • 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 2021-10-07.01:45:36.391>
    created_at = <Date 2019-02-11.18:57:40.724>
    labels = ['type-feature', 'library', '3.11']
    title = 'no help flag in base64 util'
    updated_at = <Date 2021-10-07.01:45:36.376>
    user = 'https://github.com/rkuska'

    bugs.python.org fields:

    activity = <Date 2021-10-07.01:45:36.376>
    actor = 'ammar2'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-10-07.01:45:36.391>
    closer = 'ammar2'
    components = ['Library (Lib)']
    creation = <Date 2019-02-11.18:57:40.724>
    creator = 'rkuska'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35970
    keywords = ['patch']
    message_count = 2.0
    messages = ['335255', '403344']
    nosy_count = 3.0
    nosy_names = ['rkuska', 'ammar2', 'miss-islington']
    pr_nums = ['11789', '28774']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue35970'
    versions = ['Python 3.11']

    @rkuska
    Copy link
    Mannequin Author

    rkuska mannequin commented Feb 11, 2019

    I failed today to print help message for base64 utility without an error:

     $ python3 -m base64 -help
    option -h not recognized
    usage: /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/base64.py [-d|-e|-u|-t] [file|-]
            -d, -u: decode
            -e: encode (default)
            -t: encode and decode string 'Aladdin:open sesame

    So I felt like this is a ripple in time space continuum worth adjusting.

    I already opened a PR to address this (probably not so worthy) issue (link attached).

    @miss-islington
    Copy link
    Contributor

    New changeset 5baec4a by Ammar Askar in branch 'main':
    bpo-35970: Add help flag to base64 module (GH-28774)
    5baec4a

    @ammaraskar ammaraskar added 3.11 only security fixes stdlib Python modules in the Lib dir labels Oct 7, 2021
    @ammaraskar ammaraskar added the type-feature A feature request or enhancement label Oct 7, 2021
    @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.11 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants