diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-29 00:15:18 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-29 00:15:18 (GMT) |
commit | 057bcb4c6c7eef93066002db7ab486f12d50ccee (patch) | |
tree | 6476f03b22dec615e1bb2b3c9364ddeac8039b16 /Misc | |
parent | d654dedbbb1116bfed989aafd2ee7a004828546b (diff) | |
download | cpython-057bcb4c6c7eef93066002db7ab486f12d50ccee.zip cpython-057bcb4c6c7eef93066002db7ab486f12d50ccee.tar.gz cpython-057bcb4c6c7eef93066002db7ab486f12d50ccee.tar.bz2 |
#16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -807,6 +807,7 @@ Alexandre Parenteau Dan Parisien William Park Harri Pasanen +Berker Peksag Bo Peng Joe Peterson Randy Pausch @@ -167,6 +167,9 @@ Core and Builtins Library ------- +- Issue #16549: Make json.tool work again on Python 3 and add tests. + Initial patch by Berker Peksag and Serhiy Storchaka. + - Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. Patch by Serhiy Storchaka. |