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: Errno checking replaced by concrete classes inherited from OSError
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, atykhonov, georg.brandl, vstinner
Priority: normal Keywords: patch

Created on 2013-04-07 13:42 by atykhonov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue17651.diff atykhonov, 2013-04-07 13:43 review
Messages (5)
msg186227 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2013-04-07 17:12
Why not attach this to #16705 directly?
msg186303 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2013-04-08 15:10
I've asked atykhonov for that because we have two sets:
1. Can be done with current exception classes
2. errno values doesn't have concrete OSError inherited exception and we have to make decision: add new exceptions or use errno check.

This issue don't require external changes and can be closed quickly.
msg186565 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2013-04-11 16:03
Looks like the patch is out-of-date and tests doesn't pass.
Would you push updated version?
msg186566 - (view) Author: Andrey Tykhonov (atykhonov) * Date: 2013-04-11 16:21
Sure!
msg311134 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2018-01-29 13:47
The issue is outdated and mostly fixed.

Feel free to open a new one if needed.
History
Date User Action Args
2022-04-11 14:57:43adminsetgithub: 61851
2018-01-29 13:48:10asvetlovsetstatus: open -> closed
resolution: out of date
stage: needs patch -> resolved
2018-01-29 13:47:44asvetlovsetstatus: pending -> open

messages: + msg311134
2017-03-24 16:17:16serhiy.storchakasetstatus: open -> pending
2014-09-05 18:27:33serhiy.storchakasetstage: needs patch
versions: + Python 3.5, - Python 3.4
2013-04-11 16:21:03atykhonovsetmessages: + msg186566
2013-04-11 16:03:28asvetlovsetmessages: + msg186565
2013-04-10 00:36:06vstinnersetnosy: + vstinner
2013-04-08 15:10:06asvetlovsetmessages: + msg186303
2013-04-07 17:12:22georg.brandlsetnosy: + georg.brandl
messages: + msg186227
2013-04-07 13:46:08asvetlovlinkissue16705 dependencies
2013-04-07 13:43:07atykhonovsetfiles: + issue17651.diff
keywords: + patch
2013-04-07 13:42:24atykhonovcreate