There was an error while loading. Please reload this page.
1 parent 95dfb9c commit 1d2dafaCopy full SHA for 1d2dafa
1 file changed
Doc/whatsnew/3.7.rst
@@ -2406,6 +2406,12 @@ Changes in the Python API
2406
dictionary are now being implicitly converted to strings.
2407
(Contributed by James Tocknell in :issue:`23835`.)
2408
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
+
2415
2416
Changes in the C API
2417
--------------------
0 commit comments