mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +00:00
gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)
This commit is contained in:
parent
40d4f15793
commit
5e6661bce9
5 changed files with 33 additions and 44 deletions
|
|
@ -565,6 +565,9 @@ Pending Removal in Python 3.14
|
|||
* Creating :c:data:`immutable types <Py_TPFLAGS_IMMUTABLETYPE>` with mutable
|
||||
bases using the C API.
|
||||
|
||||
* Deprecated the *isdst* parameter in :func:`email.utils.localtime`.
|
||||
(Contributed by Alan Williams in :gh:`72346`.)
|
||||
|
||||
* ``__package__`` and ``__cached__`` will cease to be set or taken
|
||||
into consideration by the import system (:gh:`97879`).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue