gh-87506: Document that json.load*() can raise UnicodeDecodeError#127355
gh-87506: Document that json.load*() can raise UnicodeDecodeError#127355erlend-aasland merged 6 commits intopython:mainfrom
json.load*() can raise UnicodeDecodeError#127355Conversation
|
Since @serhiy-storchaka moved this into JSON issues, I am raising this PR. |
This comment was marked as resolved.
This comment was marked as resolved.
|
@srinivasreddy, please pull in |
|
@erlend-aasland - please bear in mind that "pull in main" results in an awful lot of unrelated folks getting spammed by this PR. Better would be to rebase the branch on main. |
27bd240 to
c3b13c9
Compare
|
rebase on main also trigger this PR corruption. See these: |
This is absolutely not correct. |
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This comment was marked as outdated.
This comment was marked as outdated.
|
GH-128607 is a backport of this pull request to the 3.13 branch. |
|
GH-128608 is a backport of this pull request to the 3.12 branch. |
gh-87506: Improve the documentation for json.load() and json.loads()