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 alexandre.vassalotti
Recipients alexandre.vassalotti, brett.cannon, christian.heimes, gvanrossum
Date 2007-10-22.01:10:59
SpamBayes Score 0.081617385
Marked as misclassified No
Message-id <1193015460.09.0.351659922484.issue1302@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think it's possible to add shortcuts in PyUnicode_Decode for
UTF-16 and UTF-32 because the byte-order can be different depending of
the platform. So, these two need to pass through the codecs module.

I am sure if it's better, but I factored out the normalization routine
into its own function.
Files
File name Uploaded
py3k_profile_fix-3.patch alexandre.vassalotti, 2007-10-22.01:10:59
History
Date User Action Args
2007-10-22 01:11:00alexandre.vassalottisetspambayes_score: 0.0816174 -> 0.081617385
recipients: + alexandre.vassalotti, gvanrossum, brett.cannon, christian.heimes
2007-10-22 01:11:00alexandre.vassalottisetspambayes_score: 0.0816174 -> 0.0816174
messageid: <1193015460.09.0.351659922484.issue1302@psf.upfronthosting.co.za>
2007-10-22 01:11:00alexandre.vassalottilinkissue1302 messages
2007-10-22 01:10:59alexandre.vassalotticreate