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 Phillip.M.Feldman
Recipients Phillip.M.Feldman
Date 2011-12-11.23:06:15
SpamBayes Score 6.042968e-07
Marked as misclassified No
Message-id <1323644776.15.0.954128215296.issue13584@psf.upfronthosting.co.za>
In-reply-to
Content
I tried switching from `optparse` to `argparse`, but ended up reverting back because `argparse` does not respect double quotes.  For example, `optparse` correctly parses the following, while `argparse` does not:

   python myprog.py --ng --INP="Demo IO"

(`argparse` splits "Demo" and "IO" into separate tokens).
History
Date User Action Args
2011-12-11 23:06:16Phillip.M.Feldmansetrecipients: + Phillip.M.Feldman
2011-12-11 23:06:16Phillip.M.Feldmansetmessageid: <1323644776.15.0.954128215296.issue13584@psf.upfronthosting.co.za>
2011-12-11 23:06:15Phillip.M.Feldmanlinkissue13584 messages
2011-12-11 23:06:15Phillip.M.Feldmancreate