These are quick contributions for typeshed
to depict python’s function parameters and class attributes better, when programming with using typing.
Fix datetime.strftime
:
https://github.com/python/typeshed/pull/6317
Add HTTPResponse.fp
as io.BufferedReader
: