Message3531

Author leosoto
Recipients leosoto
Date 2008-09-13.19:57:05
SpamBayes Score 8.287225e-05
Marked as misclassified No
Message-id <1221335826.48.0.510792298714.issue1128@psf.upfronthosting.co.za>
In-reply-to
Content
...mainly because is the Right Thing. 

PyString expects that its backing String don't have any code point above
255, without actively enforcing it. So whatever character over that
limit is potentially lost when mapping Strings to PyString. 

Also, it is causing other practical problems, such as
unicodedata.normalize returning str instead of unicode.
History
Date User Action Args
2008-09-13 19:57:06leosotosetrecipients: + leosoto
2008-09-13 19:57:06leosotosetmessageid: <1221335826.48.0.510792298714.issue1128@psf.upfronthosting.co.za>
2008-09-13 19:57:06leosotolinkissue1128 messages
2008-09-13 19:57:05leosotocreate