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 docs@python, hroncok, methane, petr.viktorin, serhiy.storchaka, vstinner
Date 2018-05-29.09:30:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527586257.72.0.682650639539.issue33666@psf.upfronthosting.co.za>
In-reply-to
Content
Actually removing re._pattern_type, uuid._uuid_generate_time and some private names in the typing module broke several third-party projects. See for example:

https://github.com/search?q=_pattern_type&type=Issues
https://github.com/search?q=_uuid_generate_time&type=Issues
https://github.com/bintoro/overloading.py/issues/5
https://github.com/hsolbrig/PyShEx/issues/17

I'm sure there are examples for other removed names. I don't understand why os.errno should be special.

Books can contain errors (e.g. the claim that Python 3 is not Turing complete).
History
Date User Action Args
2018-05-29 09:30:57serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, petr.viktorin, methane, docs@python, hroncok
2018-05-29 09:30:57serhiy.storchakasetmessageid: <1527586257.72.0.682650639539.issue33666@psf.upfronthosting.co.za>
2018-05-29 09:30:57serhiy.storchakalinkissue33666 messages
2018-05-29 09:30:57serhiy.storchakacreate