[Python-Dev] Re: [RELEASE] The last 3.11 beta release (3.11.0b5) is now available

2022-07-26 Thread asafspades
Small note: For the release highlights, I believe PEP 681 should be under the typing category. ___ 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-

[Python-Dev] Re: Type annotations, PEP 649 and PEP 563

2021-10-31 Thread asafspades
One use case which seems significant to me but I don’t think has been explicitly mentioned is annotations using a package with stubs where the stubbed typing API is slightly different than the runtime API. For example sometimes additional tape aliases are defined for convenience in stubs without