File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1212- Fix bug where a subscripted ` TypeAliasType ` instance did not have all
1313 attributes of the original ` TypeAliasType ` instance on older Python versions.
1414 Patch by [ Daraan] ( https://github.com/Daraan ) and Alex Waygood.
15+ - Extended the Concatenate backport for Python 3.9 and 3.10 to now accept
16+ ellipsis as an argument. Patch by [ Daraan] ( https://github.com/Daraan ) .
1517
1618# Release 4.12.2 (June 7, 2024)
1719
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ Special typing primitives
178178 See :py:data: `typing.Concatenate ` and :pep: `612 `. In ``typing `` since 3.10.
179179
180180 The backport does not support certain operations involving ``... `` as
181- a parameter; see :issue: `48 ` and :issue: `110 ` for details.
181+ a parameter; see :pr: ` 442 `, : issue: `48 ` and :issue: `110 ` for details.
182182
183183.. data :: Final
184184
You can’t perform that action at this time.
0 commit comments