Issue 35970: no help flag in base64 util (original) (raw)

Issue35970

Created on 2019-02-11 18:57 by rkuska, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 11789 closed rkuska,2019-02-11 18:57
PR 28774 merged ammar2,2021-10-06 19:46
Messages (2)
msg335255 - (view) Author: Robert Kuska (rkuska) * Date: 2019-02-11 18:57
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
msg403344 - (view) Author: miss-islington (miss-islington) Date: 2021-10-07 01:38
New changeset 5baec4aea6821256f5d1785a6bd596fab069f1b6 by Ammar Askar in branch 'main': bpo-35970: Add help flag to base64 module (GH-28774) https://github.com/python/cpython/commit/5baec4aea6821256f5d1785a6bd596fab069f1b6
History
Date User Action Args
2022-04-11 14:59:11 admin set github: 80151
2021-10-07 01:45:36 ammar2 set status: open -> closedversions: + Python 3.11resolution: fixedcomponents: + Library (Lib)type: enhancementstage: patch review -> resolved
2021-10-07 01:38:51 miss-islington set nosy: + miss-islingtonmessages: +
2021-10-06 19:46:00 ammar2 set keywords: + patchnosy: + ammar2pull_requests: + <pull%5Frequest27109>stage: patch review
2019-02-11 18:57:40 rkuska create