summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorwim glenn <hey@wimglenn.com>2019-12-06 06:44:01 (GMT)
committerInada Naoki <songofacandy@gmail.com>2019-12-06 06:44:01 (GMT)
commitefefe25443c56988841ab96cdac01352123ba268 (patch)
tree7154408936969702c8e86a8e8fd9dbf2985fa9fe /Misc/NEWS.d
parentd863ade0c7fa4826e8b71aa467809c83a711f019 (diff)
downloadcpython-efefe25443c56988841ab96cdac01352123ba268.zip
cpython-efefe25443c56988841ab96cdac01352123ba268.tar.gz
cpython-efefe25443c56988841ab96cdac01352123ba268.tar.bz2
bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2019-12-05-02-02-58.bpo-27413.212Th2.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-12-05-02-02-58.bpo-27413.212Th2.rst b/Misc/NEWS.d/next/Library/2019-12-05-02-02-58.bpo-27413.212Th2.rst
new file mode 100644
index 0000000..0116b8c
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-12-05-02-02-58.bpo-27413.212Th2.rst
@@ -0,0 +1,2 @@
+Added ability to pass through ``ensure_ascii`` options to json.dumps in the
+``json.tool`` command-line interface.