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 Alex.Willmer, vstinner, xdegaye, yan12125
Date 2016-11-18.13:28:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbaMWO=AhN-s_3SPRNYKzAUGp4+faHba6LWse26eVh=Bg@mail.gmail.com>
In-reply-to <1479473539.59.0.449329504571.issue26928@psf.upfronthosting.co.za>
Content
In Python, the most important functions are Py_DecodeLocale() and
Py_EncodeLocale() which use mbstowcs() and wvstombs().
History
Date User Action Args
2016-11-18 13:28:31vstinnersetrecipients: + vstinner, xdegaye, Alex.Willmer, yan12125
2016-11-18 13:28:31vstinnerlinkissue26928 messages
2016-11-18 13:28:30vstinnercreate