[issue25600] argparse, argument_default=argparse.SUPPRESS seems to have no effect

2015-11-11 Thread R. David Murray
R. David Murray added the comment: If you specify a default for an argument, that overrides the global default. -- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue25600] argparse, argument_default=argparse.SUPPRESS seems to have no effect

2015-11-10 Thread mcer45
New submission from mcer45: The parameter argument_default=argparse.SUPPRESS seems to have no effect. Example: = help_dirs='ahoy parser = argparse.ArgumentParser( formatter_class=argparse.RawDescriptionHelpFormatter