PEP 675 [1] introduces a supertype for precise literal string types, such as
`Literal["foo"]`, called `LiteralString`.
The PEP allows libraries to distinguish the type of command strings from data.
Powerful, command-executing libraries try to prevent security vulnerabilities
by accepting argume
have reached consensus on the PEP in typing-sig [3], we wanted to get
your comments and suggestions before submitting to the Steering Council.
Thanks,
Pradeep Kumar Srinivasan
James Hilton-Balfe
[1]: https://www.python.org/dev/peps/pep-0673/
[2]: Adding `Self` to typing_extensions.py:
https
Thanks for the responses, everyone. Overall, it seems like there were no strong
objections to the proposal.
I didn't hear much about Question 2, though: Should we propose features beyond
present-day `Callable` in the same PEP or defer it to a future PEP?
In case that question got lost in the ot