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 pitrou
Recipients eric.araujo, ixokai, lemburg, loewis, pitrou, pjenvey, ronaldoussoren, vstinner
Date 2010-10-14.08:23:15
SpamBayes Score 0.007977869
Marked as misclassified No
Message-id <1287044601.57.0.820520373191.issue9992@psf.upfronthosting.co.za>
In-reply-to
Content
> I think that we should accept that b'\xff' can be decoded as '\xff' and 
> that's all.

What do you plan to do to fix this failure?

======================================================================
FAIL: test_undecodable_env (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home2/buildbot2/slave/3.x.loewis-parallel/build/Lib/test/test_subprocess.py", line 892, in test_undecodable_env
    self.assertEquals(stdout.decode('ascii'), ascii(value))
AssertionError: "'abc\\xff'" != "'abc\\udcff'"
- 'abc\xff'
?      ^
+ 'abc\udcff'
?      ^^^

http://www.python.org/dev/buildbot/builders/x86%20debian%20parallel%203.x/builds/502/steps/test/logs/stdio
History
Date User Action Args
2010-10-14 08:23:21pitrousetrecipients: + pitrou, lemburg, loewis, ixokai, ronaldoussoren, vstinner, pjenvey, eric.araujo
2010-10-14 08:23:21pitrousetmessageid: <1287044601.57.0.820520373191.issue9992@psf.upfronthosting.co.za>
2010-10-14 08:23:19pitroulinkissue9992 messages
2010-10-14 08:23:15pitroucreate