Paul,
You seem to be intent on alienating and driving away as many people as
possible. If I may play the amateur psychologist for a moment, I fear
that you are unconsciously sabotaging your own proposals.
Better to be the genius whose proposals are dragged down by jealous and
uncomprehending l
Is this the expected behavior?
Python 3.9.0 (default, Oct 7 2020, 23:09:01)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import typing
>>> TD = typing.TypedDict("TD", {"a": str}, total=False)
>>> TD.__total__
False
>>> TD.__required_keys__
froz