PEP 673: Mention user requests for the feature. (#2231)
This commit is contained in:
parent
38c78b0db4
commit
36ed9512e9
|
@ -142,6 +142,11 @@ of ``dict`` and 1314 uses of ``Callable`` `as of October 2021
|
|||
This suggests that a ``Self`` type will be used quite often and users will
|
||||
benefit a lot from the simpler approach above.
|
||||
|
||||
Users of Python types have also frequently requested this feature,
|
||||
both on the `proposal doc
|
||||
<https://docs.google.com/document/d/1ujuSMXDmSIOJpiZyV7mvBEC8P-y55AgSzXcvhrZciuI/edit?disco=AAAARP_cNdc>`_
|
||||
and on `GitHub <https://github.com/python/mypy/issues/11871>`_.
|
||||
|
||||
Specification
|
||||
=============
|
||||
|
||||
|
|
Loading…
Reference in New Issue