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 vstinner
Recipients docs@python, hroncok, petr.viktorin, serhiy.storchaka, vstinner
Date 2018-05-28.14:34:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527518057.01.0.682650639539.issue33666@psf.upfronthosting.co.za>
In-reply-to
Content
> os.errno as well as os.sys or os.abc is an implementation detail.

I agree but...

> It can be changed without notice even in a bugfix release. Projects that depend on it are incorrect and should be fixed.

I don't think that it would hurt to document the removal of "os.errno" in "Porting to Python 3.7":
https://docs.python.org/dev/whatsnew/3.7.html#changes-in-python-behavior

Miro: are you volunteer to write such change?
History
Date User Action Args
2018-05-28 14:34:17vstinnersetrecipients: + vstinner, petr.viktorin, docs@python, serhiy.storchaka, hroncok
2018-05-28 14:34:17vstinnersetmessageid: <1527518057.01.0.682650639539.issue33666@psf.upfronthosting.co.za>
2018-05-28 14:34:16vstinnerlinkissue33666 messages
2018-05-28 14:34:16vstinnercreate