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 tim.golden
Recipients tim.golden, vstinner
Date 2010-04-13.13:37:48
SpamBayes Score 0.0022896584
Marked as misclassified No
Message-id <4BC473A8.9090700@timgolden.me.uk>
In-reply-to <1271165412.53.0.206600009921.issue8386@psf.upfronthosting.co.za>
Content
Yes:

<dump>
C:\temp>\work_in_progress\make-snapshots\branches
Python 3.2a0 (py3k:80030, Apr 13 2010, 11:13:13)
Type "help", "copyright", "credits" or "license"
>>> '\uDC80'.encode("utf8", "surrogatepass")
b'\xed\xb2\x80'
>>>

</dump>
History
Date User Action Args
2010-04-13 13:37:49tim.goldensetrecipients: + tim.golden, vstinner
2010-04-13 13:37:48tim.goldenlinkissue8386 messages
2010-04-13 13:37:48tim.goldencreate