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 georg.brandl, mgiuca, pitrou
Date 2010-08-01.20:24:00
SpamBayes Score 0.0006606481
Marked as misclassified No
Message-id <1280694242.0.0.486294730979.issue8821@psf.upfronthosting.co.za>
In-reply-to
Content
Well, the patch was technically useless since, as mentioned, unicode strings are terminated by a NUL character by design.

Anyway, I now get the following error on the 2.7 branch. Perhaps it's related:

======================================================================
FAIL: test_ucs4 (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/27/Lib/test/test_unicode.py", line 941, in test_ucs4
    self.assertEqual(x, y)
AssertionError: '\\udbc0\\udc00' != '\\U00100000'
History
Date User Action Args
2010-08-01 20:24:02pitrousetrecipients: + pitrou, georg.brandl, mgiuca
2010-08-01 20:24:01pitrousetmessageid: <1280694242.0.0.486294730979.issue8821@psf.upfronthosting.co.za>
2010-08-01 20:24:00pitroulinkissue8821 messages
2010-08-01 20:24:00pitroucreate