New submission from Robert Benson <derelbenkoe...@gmail.com>:

Using `argparse`, I wanted to create an argument that was a JSON dictionary. I 
found that using this in combination with the `fromfile_prefix_args` keyword 
argument, that the parser assumes that each argument provided in the file must 
be on a single line. I want the module to be able to support json files that 
may be pretty-printed. If it is to accept JSON in this manner, it would be not 
much more effort to implement YAML parsing as well

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35005>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to