Pending removal in Python 3.18¶
No longer accept a boolean value when a file descriptor is expected. (Contributed by Serhiy Storchaka in gh-82626.)
-
The reserved parameter of
winreg.OpenKey()andwinreg.OpenKeyEx()has been deprecated since Python 3.16. Use the options parameter ofOpenKeyEx()instead. (Contributed by An Long in gh-95461.)
Deprecations defined by PEP 829:
importlines inname.pthfiles are silently ignored.
(Contributed by Barry Warsaw in gh-148641.)