Issue 16704: Get rid of select.error in stdlib. Use OSError instead (original) (raw)

Issue16704

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:39 admin set github: 60908
2012-12-17 20:25:28 asvetlov set status: open -> closedresolution: fixedmessages: + stage: needs patch -> resolved
2012-12-17 20:23:56 python-dev set nosy: + python-devmessages: +
2012-12-17 20:19:00 serhiy.storchaka set stage: test needed -> needs patch
2012-12-17 20🔞35 serhiy.storchaka set nosy: + serhiy.storchakamessages: + stage: test needed
2012-12-17 20:10:24 asvetlov link issue16648 dependencies
2012-12-17 20:09:32 asvetlov create