summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2020-01-20 04:54:00 (GMT)
committerGitHub <noreply@github.com>2020-01-20 04:54:00 (GMT)
commit5492bfcefec67b016e8239c0e9135bc2f03e3058 (patch)
tree4f37014e587cdec0340a77e65db720bdf83e094e /Misc
parente96d954527aa376457451e32a9d75ae3ea9ab4bd (diff)
downloadcpython-5492bfcefec67b016e8239c0e9135bc2f03e3058.zip
cpython-5492bfcefec67b016e8239c0e9135bc2f03e3058.tar.gz
cpython-5492bfcefec67b016e8239c0e9135bc2f03e3058.tar.bz2
bpo-39377: json: Remove the encoding option. (GH-18075)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-01-20-13-00-35.bpo-39377.QSFdaU.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-01-20-13-00-35.bpo-39377.QSFdaU.rst b/Misc/NEWS.d/next/Library/2020-01-20-13-00-35.bpo-39377.QSFdaU.rst
new file mode 100644
index 0000000..8493ac8
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-01-20-13-00-35.bpo-39377.QSFdaU.rst
@@ -0,0 +1,2 @@
+Removed ``encoding`` option from :func:`json.loads`. It has been deprecated
+since Python 3.1.