PEP 749: Make one point more explicit (#3816)
This commit is contained in:
parent
6a3075f867
commit
7c738cacf5
|
@ -215,6 +215,10 @@ This function is a wrapper around the ``ForwardRef.evaluate`` method, but it per
|
||||||
additional work that is specific to type hints. For example, it recurses into complex
|
additional work that is specific to type hints. For example, it recurses into complex
|
||||||
types and evaluates additional forward references within these types.
|
types and evaluates additional forward references within these types.
|
||||||
|
|
||||||
|
Contrary to :pep:`649`, the annotation formats (``VALUE``, ``FORWARDREF``, and ``SOURCE``)
|
||||||
|
will not be added as global members of the :py:mod:`inspect` module. The only recommended
|
||||||
|
way to refer to these constants will be as ``annotations.Format.VALUE``.
|
||||||
|
|
||||||
Open issues
|
Open issues
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue