计划在 Python 3.19 中移除¶
-
http.cookies.Morsel.js_output()已被弃用并将在 Python 3.19 中移除。http.cookies.BaseCookie.js_output()已被弃用并将在 Python 3.19 中移除。
-
Altering
IMAP4.fileis now deprecated and slated for removal in Python 3.19. This property is now unused and changing its value does not automatically close the current file.Before Python 3.14, this property was used to implement the corresponding
read()andreadline()methods forIMAP4but this is no longer the case since then.