This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in 3.10 changelog
Type: Stage: resolved
Components: Documentation Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, methane, shagren
Priority: normal Keywords:

Created on 2021-03-30 13:10 by shagren, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 25098 shagren, 2021-03-30 13:10
Messages (2)
msg389825 - (view) Author: Ilya Gruzinov (shagren) * Date: 2021-03-30 13:10
In next lines typo in function `load`:

# BUG: "rb" mode or encoding="utf-8" should be used.
with open("data.json") as f:
    data = json.laod(f)
msg389955 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2021-04-01 06:19
Thank you for reporting. This typo is fixed in GH-43574.
History
Date User Action Args
2022-04-11 14:59:43adminsetgithub: 87836
2021-04-01 06:19:04methanesetstatus: open -> closed

nosy: + methane
messages: + msg389955

resolution: fixed
stage: resolved
2021-03-30 13:10:44shagrencreate