[issue16705] Use concrete classes inherited from OSError instead of errno check

2018-01-29 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs

[issue16705] Use concrete classes inherited from OSError instead of errno check

2013-04-07 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- dependencies: +There is no exception correspond to errno EROFS ___ Python tracker ___ ___ Python-bugs-l

[issue16705] Use concrete classes inherited from OSError instead of errno check

2013-04-07 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- dependencies: +Errno checking replaced by concrete classes inherited from OSError ___ Python tracker ___ _

[issue16705] Use concrete classes inherited from OSError instead of errno check

2012-12-18 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- dependencies: +Get rid of socket.error. Use OSError instead ___ Python tracker ___ ___ Python-bugs-list

[issue16705] Use concrete classes inherited from OSError instead of errno check

2012-12-18 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- dependencies: +Deprecate OSError aliases in the doc ___ Python tracker ___ ___ Python-bugs-list mailing

[issue16705] Use concrete classes inherited from OSError instead of errno check

2012-12-18 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- dependencies: +Get rid of IOrror. Use OSError instead, Get rid of os.error. Use OSError instead ___ Python tracker ___ ___

[issue16705] Use concrete classes inherited from OSError instead of errno check

2012-12-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 061e9a439f54 by Andrew Svetlov in branch 'default': Get rig of EnvironmentError (#16705) http://hg.python.org/cpython/rev/061e9a439f54 -- ___ Python tracker __

[issue16705] Use concrete classes inherited from OSError instead of errno check

2012-12-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7aa2ccc5aef1 by Andrew Svetlov in branch 'default': Replace mmap.error with OSError, #16705 http://hg.python.org/cpython/rev/7aa2ccc5aef1 -- nosy: +python-dev ___ Python tracker

[issue16705] Use concrete classes inherited from OSError instead of errno check

2012-12-17 Thread Andrew Svetlov
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