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: Documentation of os not using OSError subclasses
Type: Stage: resolved
Components: Documentation Versions: Python 3.9, Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: asvetlov, docs@python, timhoffm
Priority: normal Keywords: patch

Created on 2019-06-20 09:08 by timhoffm, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 14262 merged timhoffm, 2019-06-20 09:18
PR 14596 merged miss-islington, 2019-07-05 08:44
PR 14597 merged miss-islington, 2019-07-05 08:45
Messages (2)
msg346110 - (view) Author: Tim Hoffmann (timhoffm) * Date: 2019-06-20 09:08
The documentation of `os` does not use the more specific `OSError` subclasses introduced in PEP 3151.
msg347316 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2019-07-05 08:52
Thanks!
History
Date User Action Args
2022-04-11 14:59:16adminsetgithub: 81527
2019-07-05 08:52:21asvetlovsetstatus: open -> closed

versions: + Python 3.7, Python 3.8, Python 3.9
nosy: + asvetlov

messages: + msg347316
resolution: fixed
stage: patch review -> resolved
2019-07-05 08:45:06miss-islingtonsetpull_requests: + pull_request14413
2019-07-05 08:44:18miss-islingtonsetpull_requests: + pull_request14411
2019-06-20 09:18:54timhoffmsetkeywords: + patch
stage: patch review
pull_requests: + pull_request14090
2019-06-20 09:08:56timhoffmcreate