[New-bugs-announce] [issue42677] Support comments in argparse fromfile_prefix_chars files

Thomas Nabelek report at bugs.python.org
Fri Dec 18 14:15:45 EST 2020


New submission from Thomas Nabelek <nabelekt at gmail.com>:

For input argument files, specified with the fromfile_prefix_chars argument to argparse.ArgumentParser, argparse should ignore lines beginning with '#' so that comments can be used in those files.

----------
components: Library (Lib)
messages: 383321
nosy: nabelekt
priority: normal
severity: normal
status: open
title: Support comments in argparse fromfile_prefix_chars files
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42677>
_______________________________________


More information about the New-bugs-announce mailing list