Skip to content
Prev Previous commit
Next Next commit
Merge branch 'main' into gh-91896
  • Loading branch information
hauntsaninja authored Mar 25, 2023
commit c053777d92e269aaef15236e094bfac1bc7b4aa7
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ Pending Removal in Python 3.14
For use in typing, prefer a union, like ``bytes | bytearray``, or :class:`collections.abc.Buffer`.
(Contributed by Shantanu Jain in :gh:`91896`.)

* Creating :c:data:`immutable types <Py_TPFLAGS_IMMUTABLETYPE>` with mutable
* Creating immutable types (:data:`Py_TPFLAGS_IMMUTABLETYPE`) with mutable
bases using the C API.

* Deprecated the *isdst* parameter in :func:`email.utils.localtime`.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.