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 benjamin.peterson
Recipients benjamin.peterson
Date 2009-01-11.21:53:44
SpamBayes Score 2.3151671e-05
Marked as misclassified No
Message-id <1231710826.22.0.602526642764.issue4916@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: testEncodedWrites (test.test_io.TextIOWrapperTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/temp/python/py3k/Lib/test/test_io.py", line 1082, in
testEncodedWrites
    self.assertEquals(f.read(), data * 2)
AssertionError:
'\U00310000\U00320000\U00330000\U00340000\U00350000\U00360000\U00370000\U00380000\U00390000\U00300000\U00310000\U00320000\U00330000\U00340000\U00350000\U00360000\U00370000\U0038000090'
!= '12345678901234567890'

======================================================================
FAIL: testNewlines (test.test_io.TextIOWrapperTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/temp/python/py3k/Lib/test/test_io.py", line 874, in testNewlines
    self.assertEquals(got_line, exp_line)
AssertionError: '\U00750000\U006e0000\U00690000\U00780000\n' != 'unix\n'

======================================================================
FAIL: test_newline_decoder (test.test_io.TextIOWrapperTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/temp/python/py3k/Lib/test/test_io.py", line 1275, in
test_newline_decoder
    self.check_newline_decoder(decoder, enc)
  File "/temp/python/py3k/Lib/test/test_io.py", line 1263, in
check_newline_decoder
    self.assertEquals(decoder.decode("abc".encode(encoding)), "abc")
AssertionError: '\U00610000\U00620000c' != 'abc'

----------------------------------------------------------------------
History
Date User Action Args
2009-01-11 21:53:46benjamin.petersonsetrecipients: + benjamin.peterson
2009-01-11 21:53:46benjamin.petersonsetmessageid: <1231710826.22.0.602526642764.issue4916@psf.upfronthosting.co.za>
2009-01-11 21:53:45benjamin.petersonlinkissue4916 messages
2009-01-11 21:53:44benjamin.petersoncreate