Commit 1d2dafa2 authored by INADA Naoki's avatar INADA Naoki Committed by Petr Viktorin

bpo-33666: Add what's new entry for os.errno removal (GH-#8497)

Co-authored-by: default avatarPetr Viktorin <encukou@gmail.com>
parent 95dfb9c3
......@@ -2406,6 +2406,12 @@ Changes in the Python API
dictionary are now being implicitly converted to strings.
(Contributed by James Tocknell in :issue:`23835`.)
* Several undocumented internal imports were removed.
One example is that ``os.errno`` is no longer available; use ``import errno``
directly instead.
Note that such undocumented internal imports may be removed any time without
notice, even in micro version releases.
Changes in the C API
--------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment