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 WindowsError. Use OSError instead
Type: enhancement Stage: patch review
Components: Extension Modules, Interpreter Core, Library (Lib), Windows Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brian.curtin Nosy List: asvetlov, brian.curtin, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

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:39adminsetgithub: 60923
2012-12-19 13:12:57asvetlovsetstatus: open -> closed
resolution: fixed
messages: + msg177740
2012-12-19 12:33:48python-devsetnosy: + python-dev
messages: + msg177739
2012-12-18 21:40:48brian.curtinsetassignee: brian.curtin

components: + Windows
nosy: + brian.curtin
2012-12-18 21:33:41serhiy.storchakalinkissue16648 dependencies
2012-12-18 21:33:18serhiy.storchakasetnosy: + asvetlov
2012-12-18 21:32:35serhiy.storchakacreate