This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author derelbenkoenig
Recipients derelbenkoenig
Date 2018-10-17.00:15:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539735338.04.0.788709270274.issue35005@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-10-17 00:15:38derelbenkoenigsetrecipients: + derelbenkoenig
2018-10-17 00:15:38derelbenkoenigsetmessageid: <1539735338.04.0.788709270274.issue35005@psf.upfronthosting.co.za>
2018-10-17 00:15:37derelbenkoeniglinkissue35005 messages
2018-10-17 00:15:37derelbenkoenigcreate