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-09-11.16:18:50
SpamBayes Score 0.0039142747
Marked as misclassified No
Message-id <1284221932.88.0.943170675642.issue8589@psf.upfronthosting.co.za>
In-reply-to
Content
Still happens with r84709 on PPC Tiger 3.x


======================================================================
FAIL: test_nonascii (test.test_warnings.CEnvironmentVariableTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/test/test_warnings.py", line 731, in test_nonascii
    "['ignore:Deprecaci\xf3nWarning']".encode('utf-8'))
AssertionError: b"['ignore:Deprecaci\xc3\x83\xc2\xb3nWarning']" != b"['ignore:Deprecaci\xc3\xb3nWarning']"

======================================================================
FAIL: test_nonascii (test.test_warnings.PyEnvironmentVariableTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/test/test_warnings.py", line 731, in test_nonascii
    "['ignore:Deprecaci\xf3nWarning']".encode('utf-8'))
AssertionError: b"['ignore:Deprecaci\xc3\x83\xc2\xb3nWarning']" != b"['ignore:Deprecaci\xc3\xb3nWarning']"

----------------------------------------------------------------------
Ran 71 tests in 9.113s

FAILED (failures=2)



http://www.python.org/dev/buildbot/builders/PPC%20Tiger%203.x/builds/566
History
Date User Action Args
2010-09-11 16:18:53floxsetrecipients: + flox, brett.cannon, vstinner, r.david.murray, michael.foord
2010-09-11 16:18:52floxsetmessageid: <1284221932.88.0.943170675642.issue8589@psf.upfronthosting.co.za>
2010-09-11 16:18:51floxlinkissue8589 messages
2010-09-11 16:18:50floxcreate