Issue 17651: Errno checking replaced by concrete classes inherited from OSError (original ) (raw ) Issue17651
Created on 2013-04-07 13:42 by atykhonov , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (5)
msg186227 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2013-04-07 17:12
Why not attach this to #16705 directly?
msg186303 - (view)
Author: Andrew Svetlov (asvetlov) *
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) *
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) *
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:43
admin
set
github: 61851
2018-01-29 13:48:10
asvetlov
set
status: open -> closedresolution: out of datestage: needs patch -> resolved
2018-01-29 13:47:44
asvetlov
set
status: pending -> openmessages: +
2017-03-24 16:17:16
serhiy.storchaka
set
status: open -> pending
2014-09-05 18:27:33
serhiy.storchaka
set
stage: needs patchversions: + Python 3.5, - Python 3.4
2013-04-11 16:21:03
atykhonov
set
messages: +
2013-04-11 16:03:28
asvetlov
set
messages: +
2013-04-10 00:36:06
vstinner
set
nosy: + vstinner
2013-04-08 15:10:06
asvetlov
set
messages: +
2013-04-07 17:12:22
georg.brandl
set
nosy: + georg.brandl messages: +
2013-04-07 13:46:08
asvetlov
link
issue16705 dependencies
2013-04-07 13:43:07
atykhonov
set
files: + issue17651.diff keywords: + patch
2013-04-07 13:42:24
atykhonov
create