Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-39377: json: Remove encoding option. #18075

Merged
merged 2 commits into from
Jan 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Misc/NEWS.d/next/Library/2020-01-20-13-00-35.bpo-39377.QSFdaU.rst
Co-Authored-By: Ammar Askar <[email protected]>
  • Loading branch information
methane and ammaraskar authored Jan 20, 2020
commit 605b23aab8cf1bb8e301757a3e2398b26995083d
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Removed ``encodign`` option from :func:`json.loads`. It was deprecated
Removed ``encoding`` option from :func:`json.loads`. It has been deprecated
since Python 3.1.