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 jcea
Recipients amaury.forgeotdarc, brian.curtin, giampaolo.rodola, jcea, ocean-city
Date 2010-11-29.04:25:57
SpamBayes Score 0.0014808679
Marked as misclassified No
Message-id <1291004761.86.0.93262809204.issue8879@psf.upfronthosting.co.za>
In-reply-to
Content
This patch seems to break quite a few buildbots.

for instance: http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.x/builds/81/steps/test/logs/stdio

"""
test_mbcs_name (test.test_os.LinkTests) ... test test_os failed -- Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_os.py", line 893, in test_mbcs_name
    self._test_link(self.file1, self.file2)
  File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_os.py", line 876, in _test_link
    with open(file1, "w") as f1:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 15-16: ordinal not in range(128)
"""
History
Date User Action Args
2010-11-29 04:26:01jceasetrecipients: + jcea, amaury.forgeotdarc, ocean-city, giampaolo.rodola, brian.curtin
2010-11-29 04:26:01jceasetmessageid: <1291004761.86.0.93262809204.issue8879@psf.upfronthosting.co.za>
2010-11-29 04:25:57jcealinkissue8879 messages
2010-11-29 04:25:57jceacreate