[issue10523] argparse has problem parsing option files containing empty rows

Steven Bethard report at bugs.python.org
Thu Feb 10 16:40:10 CET 2011


Steven Bethard <steven.bethard at gmail.com> added the comment:

Crashing on an empty line is definitely a bug.

Each line being a single option is documented behavior:

http://docs.python.org/dev/library/argparse.html#fromfile-prefix-chars

----------
nosy: +bethard

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10523>
_______________________________________


More information about the Python-bugs-list mailing list