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 Dominik.Richter
Recipients Dominik.Richter, ezio.melotti
Date 2013-05-31.19:58:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370030320.3.0.429673365201.issue18109@psf.upfronthosting.co.za>
In-reply-to
Content
To reproduce (tested on Arch Linux, python 3.3.2):

  sudo hostname hât
  python -c "import os; os.uname()"

produces:

  Traceback (most recent call last):
    File "<string>", line 1, in <module>
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)
History
Date User Action Args
2013-05-31 19:58:40Dominik.Richtersetrecipients: + Dominik.Richter, ezio.melotti
2013-05-31 19:58:40Dominik.Richtersetmessageid: <1370030320.3.0.429673365201.issue18109@psf.upfronthosting.co.za>
2013-05-31 19:58:40Dominik.Richterlinkissue18109 messages
2013-05-31 19:58:39Dominik.Richtercreate