Message205247
There are too many cases where json and Python syntax differ. Final comma("[1, 2,]"), non-string keys ({1: 2}), tuples ("(1, 2)"), leading zeros ("0001"), hexadecimal integers ("0xaf"), escapes of astral characters('"\U0001d504"'), single quotes ("'spam'"), octal escape codes ("\015"), etc, etc... |
|
Date |
User |
Action |
Args |
2013-12-04 21:09:27 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, tim.peters, jcea, mark.dickinson, pitrou, nedbat, ezio.melotti, docs@python, picomancer |
2013-12-04 21:09:27 | serhiy.storchaka | set | messageid: <1386191367.67.0.560927268868.issue19871@psf.upfronthosting.co.za> |
2013-12-04 21:09:27 | serhiy.storchaka | link | issue19871 messages |
2013-12-04 21:09:27 | serhiy.storchaka | create | |
|