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 eric.smith
Recipients eric.smith, venkata suresh gummadillli
Date 2015-06-10.19:47:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433965630.62.0.646313792022.issue24428@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a problem with python, but rather with how bash interprets your program arguments. Try putting the arguments in single quotes, like:

python validate_json_adj.py -i '$#@%'
History
Date User Action Args
2015-06-10 19:47:10eric.smithsetrecipients: + eric.smith, venkata suresh gummadillli
2015-06-10 19:47:10eric.smithsetmessageid: <1433965630.62.0.646313792022.issue24428@psf.upfronthosting.co.za>
2015-06-10 19:47:10eric.smithlinkissue24428 messages
2015-06-10 19:47:10eric.smithcreate