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 os.error. Use OSError instead
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
os.error2oserror.diff serhiy.storchaka, 2012-12-18 22:07 review
Messages (4)
msg177721 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2012-12-18 22:07
Here is a patch.
msg178083 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-12-24 18:00
New changeset 6cfe2982de42 by Andrew Svetlov in branch 'default':
Use OESeeror instead of os.error (#16720)
http://hg.python.org/cpython/rev/6cfe2982de42
msg178084 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-12-24 18:00
Thanks!
msg178094 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-12-24 19:47
New changeset e2e5181b10f8 by Andrew Svetlov in branch 'default':
fix typo (#16720)
http://hg.python.org/cpython/rev/e2e5181b10f8
History
Date User Action Args
2022-04-11 14:57:39adminsetgithub: 60924
2012-12-24 19:47:33python-devsetmessages: + msg178094
2012-12-24 18:00:43asvetlovsetstatus: open -> closed
resolution: fixed
messages: + msg178084

stage: patch review -> resolved
2012-12-24 18:00:15python-devsetnosy: + python-dev
messages: + msg178083
2012-12-18 22:08:27serhiy.storchakalinkissue16648 dependencies
2012-12-18 22:07:36serhiy.storchakacreate