Skip to content

Commit f2fc4cb

Browse files
Add references to additional known limitations (#171)
1 parent 3534900 commit f2fc4cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)