Skip to content

Commit 78c54de

Browse files
miss-islingtonencukoumethane
committed
bpo-33666: Add what's new entry for os.errno removal (GH-8497) (GH-8526)
(cherry picked from commit 1d2dafa) Co-authored-by: Petr Viktorin <[email protected]> Co-authored-by: INADA Naoki <[email protected]>
1 parent c3af73d commit 78c54de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,6 +2406,12 @@ Changes in the Python API
24062406
dictionary are now being implicitly converted to strings.
24072407
(Contributed by James Tocknell in :issue:`23835`.)
24082408

2409+
* Several undocumented internal imports were removed.
2410+
One example is that ``os.errno`` is no longer available; use ``import errno``
2411+
directly instead.
2412+
Note that such undocumented internal imports may be removed any time without
2413+
notice, even in micro version releases.
2414+
24092415

24102416
Changes in the C API
24112417
--------------------

0 commit comments

Comments
 (0)