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 theller
Recipients theller
Date 2008-11-25.12:48:30
SpamBayes Score 1.9052607e-07
Marked as misclassified No
Message-id <1227617313.78.0.085836251441.issue4429@psf.upfronthosting.co.za>
In-reply-to
Content
The 'better' patch changes the internal FormatError function to return a
wide string; so conversion from ascii to unicode by Python functions is
not needed and it returns strings to the caller:

>>> from ctypes import FormatError
[46681 refs]
>>> FormatError(1)
'Unzulässige Funktion.'
[46698 refs]
>>>
History
Date User Action Args
2008-11-25 12:48:33thellersetrecipients: + theller
2008-11-25 12:48:33thellersetmessageid: <1227617313.78.0.085836251441.issue4429@psf.upfronthosting.co.za>
2008-11-25 12:48:32thellerlinkissue4429 messages
2008-11-25 12:48:32thellercreate