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 pitrou
Recipients ixokai, lemburg, loewis, pitrou, pjenvey, ronaldoussoren, vstinner
Date 2010-10-09.12:07:11
SpamBayes Score 0.00018842772
Marked as misclassified No
Message-id <1286626022.3177.12.camel@localhost.localdomain>
In-reply-to <201010091401.37415.victor.stinner@haypocalc.com>
Content
> For the command line, it would mean that we 
> introduced a new encoding: "command line encoding", which will be utf-8 on 
> OSX.

Or more generally "environment encoding", if it's also used for env
vars. This could solve the subprocess issue neatly.
History
Date User Action Args
2010-10-09 12:07:19pitrousetrecipients: + pitrou, lemburg, loewis, ixokai, ronaldoussoren, vstinner, pjenvey
2010-10-09 12:07:16pitroulinkissue9992 messages
2010-10-09 12:07:12pitroucreate