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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, asvetlov, ggenellina, gpolo, mrabarnett, terry.reedy
Date 2014-03-22.15:59:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395503948.15.0.964055973294.issue5680@psf.upfronthosting.co.za>
In-reply-to
Content
Submitting a patch for 3.4.

1. Allows the user to set command line arguments via a dialog box
2. Parsing - Maps the string which user entered into a list i.e. the same results are produced as when run via terminal/command prompt. The parsing methods returns a list, which is similar to the sys.argv, when you run script from command line.
3. Adds tests for the parsing method
4. Extends mock_idle for point 3

I am on Debian and don't have access to a windows machine. please try to run the tests on windows machine and see if its OK.(cmd handles arguments rather differently.)

Also, should we persist the command line argument that user entered across sessions?
History
Date User Action Args
2014-03-22 15:59:08Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, ggenellina, gpolo, mrabarnett, asvetlov
2014-03-22 15:59:08Saimadhav.Heblikarsetmessageid: <1395503948.15.0.964055973294.issue5680@psf.upfronthosting.co.za>
2014-03-22 15:59:08Saimadhav.Heblikarlinkissue5680 messages
2014-03-22 15:59:07Saimadhav.Heblikarcreate