diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-29 00:33:21 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-29 00:33:21 (GMT) |
commit | fc02014519cd926711322fd292864bf6f1343638 (patch) | |
tree | f878cb45a068cf144d57af6bf6eabc612a0b3db9 | |
parent | ccfc970d2ef0a74c065c73919d5d5bbc521bbf30 (diff) | |
download | cpython-fc02014519cd926711322fd292864bf6f1343638.zip cpython-fc02014519cd926711322fd292864bf6f1343638.tar.gz cpython-fc02014519cd926711322fd292864bf6f1343638.tar.bz2 |
#16333: add Misc/NEWS entry for e63ac05ccfa8.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -140,6 +140,9 @@ Core and Builtins Library ------- +- Issue #16333: use (",", ": ") as default separator when indent is specified + to avoid trailing whitespace. Patch by Serhiy Storchaka. + - Issue #16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka. |