◐ Shell
clean mode source ↗

Message 108151 - Python tracker

Message108151

Author vstinner
Recipients Arfrever, loewis, vstinner
Date 2010-06-18.23:42:44
SpamBayes Score 0.08097335
Marked as misclassified No
Message-id <1276904567.15.0.184684942649.issue8775@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch is a draft adding a new encoding: command line encoding. It is used to encode (subprocess) and decode (python) the command line arguments. It adds sys.getcmdlineencoding().
History
Date User Action Args
2010-06-18 23:42:47vstinnersetrecipients: + vstinner, loewis, Arfrever
2010-06-18 23:42:47vstinnersetmessageid: <1276904567.15.0.184684942649.issue8775@psf.upfronthosting.co.za>
2010-06-18 23:42:45vstinnerlinkissue8775 messages
2010-06-18 23:42:45vstinnercreate