diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -110,6 +110,7 @@ Neal Becker Robin Becker Torsten Becker Bill Bedford +Michał Bednarski Ian Beer Stefan Behnel Reimer Behrends @@ -297,6 +297,10 @@ Core and Builtins Library ------- +- Issue #27057: Fix os.set_inheritable() on Android, ioctl() is blocked by + SELinux and fails with EACCESS. The function now falls back to fcntl(). + Patch written by Michał Bednarski. + - Issue #27014: Fix infinite recursion using typing.py. Thanks to Kalle Tuure! - Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar() |