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 vstinner
Recipients lemburg, mark.dickinson, rpetrov, vstinner
Date 2009-01-17.03:58:31
SpamBayes Score 0.011590739
Marked as misclassified No
Message-id <1232164714.19.0.147708777513.issue4474@psf.upfronthosting.co.za>
In-reply-to
Content
Patch fixing PyUnicode_FromWideChar() for UCS-2 build: create 
surrogates for character > U+FFFF like PyUnicode_FromOrdinal() does.
History
Date User Action Args
2009-01-17 03:58:34vstinnersetrecipients: + vstinner, lemburg, mark.dickinson, rpetrov
2009-01-17 03:58:34vstinnersetmessageid: <1232164714.19.0.147708777513.issue4474@psf.upfronthosting.co.za>
2009-01-17 03:58:33vstinnerlinkissue4474 messages
2009-01-17 03:58:33vstinnercreate