Skip to content

Commit 0fbfc09

Browse files
committed
Add PEP 747 to release summary
1 parent 09e9dcb commit 0fbfc09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Summary -- Release highlights
7777
<whatsnew315-unpacking-in-comprehensions>`
7878
* :pep:`686`: :ref:`Python now uses UTF-8 as the default encoding
7979
<whatsnew315-utf8-default>`
80+
* :pep:`747`: :ref:`Annotating type forms with TypeForm
81+
<whatsnew315-typeform>`
8082
* :pep:`782`: :ref:`A new PyBytesWriter C API to create a Python bytes object
8183
<whatsnew315-pep782>`
8284
* :ref:`The JIT compiler has been significantly upgraded <whatsnew315-jit>`
@@ -1438,6 +1440,8 @@ threading
14381440
typing
14391441
------
14401442

1443+
.. _whatsnew315-typeform:
1444+
14411445
* :pep:`747`: Add :data:`~typing.TypeForm`, a new special form for annotating
14421446
values that are themselves type expressions.
14431447
``TypeForm[T]`` means "a type form object describing ``T`` (or a type

0 commit comments

Comments
 (0)