Issue 16719: Get rid of WindowsError. Use OSError instead (original) (raw)

Created on 2012-12-18 21:32 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
windowserror2oserror.patch serhiy.storchaka,2012-12-18 21:32
Messages (3)
msg177719 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2012-12-18 21:32
Here is a patch.
msg177739 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-12-19 12:33
New changeset bb94f6222fef by Andrew Svetlov in branch 'default': Issue #16719: Get rid of WindowsError. Use OSError instead http://hg.python.org/cpython/rev/bb94f6222fef
msg177740 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-12-19 13:12
Sorry, Brian. I missed that you assign issue to yourself. Committed patch contributed by Serhiy. Close the issue. Feel free to reopen if needed.
History
Date User Action Args
2022-04-11 14:57:39 admin set github: 60923
2012-12-19 13:12:57 asvetlov set status: open -> closedresolution: fixedmessages: +
2012-12-19 12:33:48 python-dev set nosy: + python-devmessages: +
2012-12-18 21:40:48 brian.curtin set assignee: brian.curtincomponents: + Windowsnosy: + brian.curtin
2012-12-18 21:33:41 serhiy.storchaka link issue16648 dependencies
2012-12-18 21:33:18 serhiy.storchaka set nosy: + asvetlov
2012-12-18 21:32:35 serhiy.storchaka create