[Python-Dev] Re: New PEP website is horrible to read on mobile device

2022-03-16 Thread Patrick Arminio
de of Conduct: http://python.org/psf/codeofconduct/ > -- Patrick Arminio ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/

[Python-Dev] Re: The current state of typing PEPs

2021-11-30 Thread Patrick Arminio
using global there https://mail.python.org/archives/list/typing-...@python.org/thread/SNKJB2U5S74TWGDWVD6FMXOP63WVIGDR/#A5JFR7RDE7NNKESM2DWYM3ZT5ZYGOLCF [3] while I see runtime validation being something useful, I think it is worth taking a look at different use cases for type hints :) -- Patrick Arminio _