File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ Special typing primitives
151151 On older Python versions, ``typing_extensions.ParamSpec `` may not work
152152 correctly with introspection tools like :func: `get_args ` and
153153 :func: `get_origin `. Certain special cases in user-defined
154- :py:class: `typing.Generic `\ s are also not available.
154+ :py:class: `typing.Generic `\ s are also not available (e.g., see :issue: ` 126 `) .
155155
156156 .. versionchanged :: 4.4.0
157157
@@ -285,6 +285,9 @@ Special typing primitives
285285 In Python 3.12, the ``repr() `` was changed as a result of :pep: `692 `.
286286 ``typing_extensions `` backports this change.
287287
288+ Generic type aliases involving ``Unpack `` may not work correctly on
289+ Python 3.10 and lower; see :issue: `103 ` for details.
290+
288291 .. versionadded :: 4.1.0
289292
290293 .. versionchanged :: 4.6.0
You can’t perform that action at this time.
0 commit comments