[New-bugs-announce] [issue30022] Get rid of using EnvironmentError and IOError

Serhiy Storchaka report at bugs.python.org
Sat Apr 8 06:05:39 EDT 2017


New submission from Serhiy Storchaka:

EnvironmentError and IOError now are aliases to OSError. But some code still use them. Proposed patch replaces all uses of EnvironmentError and IOError (except tests and scripts) with OSError. This will make the code cleaner and more uniform.

----------
messages: 291332
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Get rid of using EnvironmentError and IOError
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30022>
_______________________________________


More information about the New-bugs-announce mailing list