[New-bugs-announce] [issue16705] Use concrete classes inherited from OSError instead of errno check

Andrew Svetlov report at bugs.python.org
Mon Dec 17 21:31:39 CET 2012


New submission from Andrew Svetlov:

Probably it is long enough work and should be done in several iteration after converting all exceptions like IOError, EnvironmentError, WindowsError, mmap.error, socket.error and select.error to OSError.

----------
assignee: asvetlov
components: Library (Lib)
messages: 177668
nosy: asvetlov
priority: normal
severity: normal
status: open
title: Use concrete classes inherited from OSError instead of errno check
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16705>
_______________________________________


More information about the New-bugs-announce mailing list