Message315890
| Author | nhatcher |
|---|---|
| Recipients | Ivan.Pozdeev, bob.ippolito, ezio.melotti, nhatcher, serhiy.storchaka, vstinner |
| Date | 2018-04-29.12:08:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1525003710.55.0.682650639539.issue33255@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hi Sehriy,
I am ok with that change. I think it makes much more sense, but I also think it will break people's codes. At least with the simplest fix in which:
>>> json.dumps({"g"}, ensure_ascii=False)
u'"g"'
Which is again compatible with simplejson.
Although the documentation is not clear in this point there might be code out there relaying on this behaviour.
Is that acceptable? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-29 12:08:30 | nhatcher | set | recipients: + nhatcher, bob.ippolito, vstinner, ezio.melotti, serhiy.storchaka, Ivan.Pozdeev |
| 2018-04-29 12:08:30 | nhatcher | set | messageid: <1525003710.55.0.682650639539.issue33255@psf.upfronthosting.co.za> |
| 2018-04-29 12:08:30 | nhatcher | link | issue33255 messages |
| 2018-04-29 12:08:30 | nhatcher | create | |