Robuta

Sponsor of the Day: Jerkmate
https://discuss.python.org/t/pep-690-lazy-imports/15474 PEP 690: Lazy Imports - PEPs - Discussions on Python.org PEP 690 is posted! It proposes an opt-in feature to transparently defer the execution of imported modules until the moment when an imported object is used.... lazy importspeps discussions690python https://discuss.python.org/t/pep-705-read-only-typeddict-items/37867 PEP 705: Read-only TypedDict items - PEPs - Discussions on Python.org PEP 705 proposes supporting read-only items in TypedDicts, allowing functions that access but do not modify data in TypedDicts (e.g. service APIs) to be... peps discussions705readtypeddictitems https://discuss.python.org/t/pep-696-type-defaults-for-typevarlikes/22569/ PEP 696: Type defaults for TypeVarLikes - PEPs - Discussions on Python.org TLDR; This typing PEP proposes a way to specify a type parameter if omitted. As far as I’m aware the only issue with the PEP from anyone in the typing... peps discussions696typedefaultspython