PEP 673: Mention user requests for the feature. (#2231)

This commit is contained in:
Pradeep Kumar 2022-01-12 12:28:09 -08:00 committed by GitHub
parent 38c78b0db4
commit 36ed9512e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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
=============