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.

classification
Title: Help text for Store Python shows "null" under usage
Type: behavior Stage:
Components: Windows Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2022-03-23 12:20 by steve.dower, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg415869 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2022-03-23 12:20
C:\> python3.11 -h                                         
usage: (null) [option] ... [-c cmd | -m mod | file | -] [arg] ...  
Options and arguments (and corresponding environment variables):   
...

Should not show "(null)" there
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91256
2022-03-23 12:20:46steve.dowercreate