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 TheRegRunner
Recipients TheRegRunner, r.david.murray
Date 2015-08-03.20:31:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438633867.89.0.079701256005.issue24778@psf.upfronthosting.co.za>
In-reply-to
Content
Exploid Demo wich works with quote() : 

>>> commandline,MIMETYPE=mailcap.findmatch(d, 'text/*', filename=quote(';xterm;#.txt'))
>>> commandline
"less '';xterm;#.txt''"
>>> os.system(commandline)
### xterm starts
History
Date User Action Args
2015-08-03 20:31:07TheRegRunnersetrecipients: + TheRegRunner, r.david.murray
2015-08-03 20:31:07TheRegRunnersetmessageid: <1438633867.89.0.079701256005.issue24778@psf.upfronthosting.co.za>
2015-08-03 20:31:07TheRegRunnerlinkissue24778 messages
2015-08-03 20:31:07TheRegRunnercreate