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 methane
Recipients docs@python, hroncok, methane, petr.viktorin, serhiy.storchaka, vstinner
Date 2018-05-29.09:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527585661.7.0.682650639539.issue33666@psf.upfronthosting.co.za>
In-reply-to
Content
Even if it is documented, arn't people know it by running their code on Python 3.7?  How the document help them?
It's very easy to know `errno` module when find ImportError.  And it's much easier than checking "waht's new" document.  So I doubt it's worth.

And if people see the document, people may think "all removed subimports should be documented" although only os.errno is special.

If document os.errno removal, please note about all undocumented subimports are implementation detail and will be removed without any timing, even on micro version.  (We will remove subimports for various reasons; avoiding huge unnecessary dependency, fixing regression caused by circular imports, etc...)
History
Date User Action Args
2018-05-29 09:21:01methanesetrecipients: + methane, vstinner, petr.viktorin, docs@python, serhiy.storchaka, hroncok
2018-05-29 09:21:01methanesetmessageid: <1527585661.7.0.682650639539.issue33666@psf.upfronthosting.co.za>
2018-05-29 09:21:01methanelinkissue33666 messages
2018-05-29 09:21:01methanecreate