[issue12353] argparse cannot handle empty arguments

Torsten Landschoff report at bugs.python.org
Fri Jun 24 08:27:24 CEST 2011


Torsten Landschoff <t.landschoff at gmx.net> added the comment:

Here is another possible patch that will catch the problem.

But this enables the fromfile_prefix_chars option for all tests checking empty and space arguments. This way a problem that occurs only without that option might be hidden.

We would need to run those tests with and without fromfile_prefix_chars.

----------
Added file: http://bugs.python.org/file22433/modify_test_empty.diff

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


More information about the Python-bugs-list mailing list