Skip to content

Commit

Permalink
Add references to additional known limitations (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored May 22, 2023
1 parent 3534900 commit f2fc4cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Special typing primitives
On older Python versions, ``typing_extensions.ParamSpec`` may not work
correctly with introspection tools like :func:`get_args` and
:func:`get_origin`. Certain special cases in user-defined
:py:class:`typing.Generic`\ s are also not available.
:py:class:`typing.Generic`\ s are also not available (e.g., see :issue:`126`).

.. versionchanged:: 4.4.0

Expand Down Expand Up @@ -285,6 +285,9 @@ Special typing primitives
In Python 3.12, the ``repr()`` was changed as a result of :pep:`692`.
``typing_extensions`` backports this change.

Generic type aliases involving ``Unpack`` may not work correctly on
Python 3.10 and lower; see :issue:`103` for details.

.. versionadded:: 4.1.0

.. versionchanged:: 4.6.0
Expand Down

0 comments on commit f2fc4cb

Please sign in to comment.