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 Alexey.Borzenkov
Recipients Alexey.Borzenkov, hynek, ned.deily, ronaldoussoren, samueljohn
Date 2013-07-28.14:33:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375022038.48.0.550653579158.issue18071@psf.upfronthosting.co.za>
In-reply-to
Content
I was unaware of this issue (which homebrew works around incorrectly), and because of this I created issue 18580. The problem is indeed with unicode strings which are coming from _read_output in _osx_support. This is probably because this code was merged from Python 3, which in Python 2 it shouldn't use decode('utf-8') on command output.
History
Date User Action Args
2013-07-28 14:33:58Alexey.Borzenkovsetrecipients: + Alexey.Borzenkov, ronaldoussoren, ned.deily, samueljohn, hynek
2013-07-28 14:33:58Alexey.Borzenkovsetmessageid: <1375022038.48.0.550653579158.issue18071@psf.upfronthosting.co.za>
2013-07-28 14:33:58Alexey.Borzenkovlinkissue18071 messages
2013-07-28 14:33:58Alexey.Borzenkovcreate