[issue39955] argparse print_help breaks when help is blank space

2021-09-09 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> In argparse empty choices cannot be printed in the help type: crash -> behavior ___ Python tracker

[issue39955] argparse print_help breaks when help is blank space

2020-03-15 Thread Ido Michael
Ido Michael added the comment: Looks like both the original and this are still issues. Can I take this? -- nosy: +Ido Michael ___ Python tracker ___

[issue39955] argparse print_help breaks when help is blank space

2020-03-13 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Seems to be a duplicate of issue2 -- nosy: +xtreak ___ Python tracker ___ ___

[issue39955] argparse print_help breaks when help is blank space

2020-03-13 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39955] argparse print_help breaks when help is blank space

2020-03-13 Thread paul j3
Change by paul j3 : -- nosy: +paul.j3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39955] argparse print_help breaks when help is blank space

2020-03-13 Thread Ying Zhang
New submission from Ying Zhang : Code is attached. Comments in line. from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter parser1 = ArgumentParser(formatter_class=ArgumentDefaultsHelpFormatter) parser1.add_argument('--foo',