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 asvetlov
Recipients asvetlov, hynek
Date 2012-12-18.11:10:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355829032.34.0.906422381203.issue16706@psf.upfronthosting.co.za>
In-reply-to
Content
I think deprecation makes not big value.
We should continue aliases support and there are no place to raise warning.
What we can do — mention deprecation in the doc.

The reason to get rid of other OSError aliases to make cleaner code (especially considering situations like `except (os.error, IOError):` and use best practices in stdlib.

I think the later is very important because stdlib is first class example of coding style for many users.

After stdlib we can cleanup C code to that unification and use concrete exception classes instead of errno checking (#16705).
History
Date User Action Args
2012-12-18 11:10:32asvetlovsetrecipients: + asvetlov, hynek
2012-12-18 11:10:32asvetlovsetmessageid: <1355829032.34.0.906422381203.issue16706@psf.upfronthosting.co.za>
2012-12-18 11:10:32asvetlovlinkissue16706 messages
2012-12-18 11:10:30asvetlovcreate