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.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2017-04-08.10:05:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491645939.23.0.623640815202.issue30022@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-04-08 10:05:39serhiy.storchakasetrecipients: + serhiy.storchaka
2017-04-08 10:05:39serhiy.storchakasetmessageid: <1491645939.23.0.623640815202.issue30022@psf.upfronthosting.co.za>
2017-04-08 10:05:39serhiy.storchakalinkissue30022 messages
2017-04-08 10:05:39serhiy.storchakacreate