[issue17651] Errno checking replaced by concrete classes inherited from OSError

2018-01-29 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue17651] Errno checking replaced by concrete classes inherited from OSError

2018-01-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: The issue is outdated and mostly fixed. Feel free to open a new one if needed. -- status: pending -> open ___ Python tracker

[issue17651] Errno checking replaced by concrete classes inherited from OSError

2017-03-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___

[issue17651] Errno checking replaced by concrete classes inherited from OSError

2014-09-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- stage: - needs patch versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17651 ___

[issue17651] Errno checking replaced by concrete classes inherited from OSError

2013-04-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: Looks like the patch is out-of-date and tests doesn't pass. Would you push updated version? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17651 ___

[issue17651] Errno checking replaced by concrete classes inherited from OSError

2013-04-11 Thread Andrey Tykhonov
Andrey Tykhonov added the comment: Sure! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17651 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17651] Errno checking replaced by concrete classes inherited from OSError

2013-04-09 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17651 ___ ___ Python-bugs-list

[issue17651] Errno checking replaced by concrete classes inherited from OSError

2013-04-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: 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

[issue17651] Errno checking replaced by concrete classes inherited from OSError

2013-04-07 Thread Andrey Tykhonov
Changes by Andrey Tykhonov atykho...@gmail.com: -- components: Library (Lib) nosy: asvetlov, atykhonov priority: normal severity: normal status: open title: Errno checking replaced by concrete classes inherited from OSError type: enhancement versions: Python 3.4

[issue17651] Errno checking replaced by concrete classes inherited from OSError

2013-04-07 Thread Andrey Tykhonov
Changes by Andrey Tykhonov atykho...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file29716/issue17651.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17651 ___

[issue17651] Errno checking replaced by concrete classes inherited from OSError

2013-04-07 Thread Georg Brandl
New submission from Georg Brandl: Why not attach this to #16705 directly? -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17651 ___