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 flox
Recipients brett.cannon, flox, michael.foord, r.david.murray, vstinner
Date 2010-08-22.19:24:26
SpamBayes Score 0.00055637
Marked as misclassified No
Message-id <1282505068.67.0.718155049221.issue8589@psf.upfronthosting.co.za>
In-reply-to
Content
A similar issue occurs on "x86 debian parallel" buildbot:

======================================================================
FAIL: test_nonascii (test.test_warnings.CEnvironmentVariableTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home2/buildbot2/slave/3.x.loewis-parallel/build/Lib/test/test_warnings.py", line 731, in test_nonascii
    "['ignore:DeprecaciónWarning']".encode('utf-8'))
AssertionError: b'' != b"['ignore:Deprecaci\xc3\xb3nWarning']"

http://www.python.org/dev/buildbot/builders/x86%20debian%20parallel%203.x/builds/80
History
Date User Action Args
2010-08-22 19:24:29floxsetrecipients: + flox, brett.cannon, vstinner, r.david.murray, michael.foord
2010-08-22 19:24:28floxsetmessageid: <1282505068.67.0.718155049221.issue8589@psf.upfronthosting.co.za>
2010-08-22 19:24:27floxlinkissue8589 messages
2010-08-22 19:24:26floxcreate