File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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
15+ - Extended the Concatenate backport for Python 3.8- 3.10 to now accept
1616 ellipsis as an argument. Patch by [ Daraan] ( https://github.com/Daraan ) .
1717
1818# Release 4.12.2 (June 7, 2024)
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 :pr: ` 442 `, : issue: `48 ` and :issue: ` 110 ` for details.
181+ a parameter; see :issue: `48 ` and :pr: ` 442 ` for details.
182182
183183.. data :: Final
184184
You can’t perform that action at this time.
0 commit comments