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.
Created on 2012年12月17日 20:31 by asvetlov, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg177668 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年12月17日 20:31 | |
Probably it is long enough work and should be done in several iteration after converting all exceptions like IOError, EnvironmentError, WindowsError, mmap.error, socket.error and select.error to OSError. |
|||
| msg177669 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年12月17日 20:55 | |
New changeset 7aa2ccc5aef1 by Andrew Svetlov in branch 'default': Replace mmap.error with OSError, #16705 http://hg.python.org/cpython/rev/7aa2ccc5aef1 |
|||
| msg177670 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年12月17日 21:35 | |
New changeset 061e9a439f54 by Andrew Svetlov in branch 'default': Get rig of EnvironmentError (#16705) http://hg.python.org/cpython/rev/061e9a439f54 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:39 | admin | set | github: 60909 |
| 2018年01月29日 13:48:32 | asvetlov | set | status: open -> closed resolution: fixed stage: resolved |
| 2013年04月07日 13:53:14 | asvetlov | set | dependencies: + There is no exception correspond to errno EROFS |
| 2013年04月07日 13:46:08 | asvetlov | set | dependencies: + Errno checking replaced by concrete classes inherited from OSError |
| 2012年12月18日 20:14:04 | asvetlov | set | dependencies: + Get rid of socket.error. Use OSError instead |
| 2012年12月18日 20:09:14 | asvetlov | set | dependencies: + Deprecate OSError aliases in the doc |
| 2012年12月18日 19:37:23 | asvetlov | set | dependencies: + Get rid of os.error. Use OSError instead, Get rid of IOError. Use OSError instead |
| 2012年12月17日 21:35:32 | python-dev | set | messages: + msg177670 |
| 2012年12月17日 20:55:42 | python-dev | set | nosy:
+ python-dev messages: + msg177669 |
| 2012年12月17日 20:31:54 | asvetlov | link | issue16648 dependencies |
| 2012年12月17日 20:31:39 | asvetlov | create | |