File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
14381440typing
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
You can’t perform that action at this time.
0 commit comments