Message169270
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"]' |
|
Date |
User |
Action |
Args |
2012-08-28 10:44:39 | petri.lehtinen | set | recipients:
+ petri.lehtinen, rhettinger, terry.reedy, ezio.melotti, docs@python, socketpair |
2012-08-28 10:44:39 | petri.lehtinen | set | messageid: <1346150679.36.0.212256139666.issue13769@psf.upfronthosting.co.za> |
2012-08-28 10:44:38 | petri.lehtinen | link | issue13769 messages |
2012-08-28 10:44:38 | petri.lehtinen | create | |
|