[issue16704] Get rid of select.error in stdlib. Use OSError instead

2012-12-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue16704] Get rid of select.error in stdlib. Use OSError instead

2012-12-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset eb8032781eba by Andrew Svetlov in branch 'default': Issue #16704: Get rid of select.error in stdlib. Use OSError instead. http://hg.python.org/cpython/rev/eb8032781eba -- nosy: +python-dev ___ Python trac

[issue16704] Get rid of select.error in stdlib. Use OSError instead

2012-12-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: test needed -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue16704] Get rid of select.error in stdlib. Use OSError instead

2012-12-17 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Note that tests use a mock with overloaded `error` attribute. -- nosy: +serhiy.storchaka stage: -> test needed ___ Python tracker ___ _

[issue16704] Get rid of select.error in stdlib. Use OSError instead

2012-12-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- assignee: asvetlov components: Library (Lib) nosy: asvetlov priority: normal severity: normal status: open title: Get rid of select.error in stdlib. Use OSError instead type: enhancement versions: Python 3.4 ___ Python t