[New-bugs-announce] [issue43927] Remove IOError references from the tutorial

Tim Huegerich report at bugs.python.org
Fri Apr 23 17:51:05 EDT 2021


New submission from Tim Huegerich <hugetim at gmail.com>:

Although IOError has been merged into OSError since version 3.3, Section 8.5 of the Tutorial still uses it in examples. 

The Python 9.4 version of the tutorial features an example raising an IOError, which is then output as OSError, raising potential confusion unnecessarily.

The Python 3.10 documentation has partially resolved this issue but still retains a third instance of IOError. In this case, the IOError Exception is not actually raised, so the potentially confusing output is not present. Still, it seems preferable to remove it entirely.

----------
assignee: docs at python
components: Documentation
messages: 391743
nosy: docs at python, hugetim
priority: normal
severity: normal
status: open
title: Remove IOError references from the tutorial
type: enhancement
versions: Python 3.10, Python 3.9

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


More information about the New-bugs-announce mailing list