This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rkuska
Recipients rkuska
Date 2019-02-11.18:57:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549911460.74.0.450147054737.issue35970@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2019-02-11 18:57:44rkuskasetrecipients: + rkuska
2019-02-11 18:57:40rkuskasetmessageid: <1549911460.74.0.450147054737.issue35970@roundup.psfhosted.org>
2019-02-11 18:57:40rkuskalinkissue35970 messages
2019-02-11 18:57:40rkuskacreate