[issue37346] Documentation of os not using OSError subclasses

2019-07-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks! -- nosy: +asvetlov resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8, Python 3.9 ___ Python tracker

[issue37346] Documentation of os not using OSError subclasses

2019-07-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +14413 pull_request: https://github.com/python/cpython/pull/14597 ___ Python tracker ___ __

[issue37346] Documentation of os not using OSError subclasses

2019-07-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +14411 pull_request: https://github.com/python/cpython/pull/14596 ___ Python tracker ___ __

[issue37346] Documentation of os not using OSError subclasses

2019-06-20 Thread Tim Hoffmann
Change by Tim Hoffmann : -- keywords: +patch pull_requests: +14090 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14262 ___ Python tracker ___ ___

[issue37346] Documentation of os not using OSError subclasses

2019-06-20 Thread Tim Hoffmann
New submission from Tim Hoffmann : The documentation of `os` does not use the more specific `OSError` subclasses introduced in PEP 3151. -- assignee: docs@python components: Documentation messages: 346110 nosy: docs@python, timhoffm priority: normal severity: normal status: open title: