[New-bugs-announce] [issue43670] Typo in 3.10 changelog

Ilya Gruzinov report at bugs.python.org
Tue Mar 30 09:10:44 EDT 2021


New submission from Ilya Gruzinov <shagren at gmail.com>:

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)

----------
assignee: docs at python
components: Documentation
messages: 389825
nosy: docs at python, shagren
priority: normal
pull_requests: 23843
severity: normal
status: open
title: Typo in 3.10 changelog
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43670>
_______________________________________


More information about the New-bugs-announce mailing list