On Wed, Apr 14, 2021 at 9:45 AM Hugh Fisher <hugo.fis...@gmail.com> wrote: > I don't want Python to be explicitly typed either. I'm happy with dynamic > typing, and do not want to have to write even > x : object
You don't. That's not the proposal. The proposals have ALL been about gradual typing and inferred typing, so you don't have to annotate anything that doesn't need it. Annotating function parameters/return values is about the extent that I'd ever do for most programs, and even then, not all functions. ChrisA _______________________________________________ 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/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/UIQC7XJS6Z3JK3IWQG3K5DUYLMRHXSCX/ Code of Conduct: http://python.org/psf/codeofconduct/