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 petri.lehtinen
Recipients docs@python, ezio.melotti, petri.lehtinen, rhettinger, socketpair, terry.reedy
Date 2012-08-28.10:44:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346150679.36.0.212256139666.issue13769@psf.upfronthosting.co.za>
In-reply-to
Content
It may also be unicode if the encoding parameter is used even if there are no unicode objects in the input.

>>> json.dumps([u'Ş'.encode('iso-8859-9')], encoding='iso-8859-9', ensure_ascii=False)
u'["\u015e"]'
History
Date User Action Args
2012-08-28 10:44:39petri.lehtinensetrecipients: + petri.lehtinen, rhettinger, terry.reedy, ezio.melotti, docs@python, socketpair
2012-08-28 10:44:39petri.lehtinensetmessageid: <1346150679.36.0.212256139666.issue13769@psf.upfronthosting.co.za>
2012-08-28 10:44:38petri.lehtinenlinkissue13769 messages
2012-08-28 10:44:38petri.lehtinencreate