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 loewis
Recipients amaury.forgeotdarc, eckhardt, loewis, rpetrov, theller
Date 2008-10-12.17:40:56
SpamBayes Score 1.6510033e-06
Marked as misclassified No
Message-id <48F236A7.1050801@v.loewis.de>
In-reply-to <1223680160.15.0.971124716167.issue4075@psf.upfronthosting.co.za>
Content
> If the python switch to W functions then the issue will be resolved.

Python should use the *W functions wherever possible.

> Without general switch to W functions and to wide strings we need to
> convert every time from single chat to wide char. Is this acceptable in
> general ?

Most certainly. If we call the *A function instead, it will convert to
*W itself, so it's no loss if we do it right away (and we may save a
copy in some cases).
History
Date User Action Args
2008-10-12 17:40:57loewissetrecipients: + loewis, theller, amaury.forgeotdarc, rpetrov, eckhardt
2008-10-12 17:40:56loewislinkissue4075 messages
2008-10-12 17:40:56loewiscreate