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.)
Deprecations defined by PEP 829:
importlines inname.pthfiles are silently ignored.
(Contributed by Barry Warsaw in gh-148641.)
-
http.client.HTTPMessage.getallmatchingheaders()has been deprecated since Python 3.16. It has returned an empty list for every input since Python 3.0; useemail.message.Message.get_all()instead. (Contributed by Julian Soreavis in gh-153648.)