New submission from Thomas Nabelek <[email protected]>:
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 <[email protected]> <https://bugs.python.org/issue42677> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
