[New-bugs-announce] [issue35970] no help flag in base64 util

Robert Kuska report at bugs.python.org
Mon Feb 11 13:57:40 EST 2019


New submission from Robert Kuska <rkuska at gmail.com>:

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).

----------
messages: 335255
nosy: rkuska
priority: normal
pull_requests: 11851
severity: normal
status: open
title: no help flag in base64 util

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35970>
_______________________________________


More information about the New-bugs-announce mailing list