This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Get rid of select.error in stdlib. Use OSError instead
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: asvetlov Nosy List: asvetlov, python-dev, serhiy.storchaka
Priority: normal Keywords:

Created on 2012-12-17 20:09 by asvetlov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg177663 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2012-12-17 20:18
Note that tests use a mock with overloaded `error` attribute.
msg177664 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-12-17 20:23
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
msg177665 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-12-17 20:25
Fixed.
History
Date User Action Args
2022-04-11 14:57:39adminsetgithub: 60908
2012-12-17 20:25:28asvetlovsetstatus: open -> closed
resolution: fixed
messages: + msg177665

stage: needs patch -> resolved
2012-12-17 20:23:56python-devsetnosy: + python-dev
messages: + msg177664
2012-12-17 20:19:00serhiy.storchakasetstage: test needed -> needs patch
2012-12-17 20:18:35serhiy.storchakasetnosy: + serhiy.storchaka

messages: + msg177663
stage: test needed
2012-12-17 20:10:24asvetlovlinkissue16648 dependencies
2012-12-17 20:09:32asvetlovcreate