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 josh.r
Recipients docs@python, gregory.p.smith, josh.r
Date 2015-10-21.03:22:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445397727.49.0.837717038173.issue25438@psf.upfronthosting.co.za>
In-reply-to
Content
Checking the source ( https://hg.python.org/cpython/file/tip/Python/structmember.c#l51 ), it calls PyUnicodeFromString ( https://docs.python.org/3/c-api/unicode.html?highlight=pyunicode_fromstring#c.PyUnicode_FromString ), so it's always interpreted as UTF-8.
History
Date User Action Args
2015-10-21 03:22:07josh.rsetrecipients: + josh.r, gregory.p.smith, docs@python
2015-10-21 03:22:07josh.rsetmessageid: <1445397727.49.0.837717038173.issue25438@psf.upfronthosting.co.za>
2015-10-21 03:22:07josh.rlinkissue25438 messages
2015-10-21 03:22:07josh.rcreate