blob: 8ed4658211fb7b1d37619f36fcd2081c71f145ab [file] [log] [blame]
Minor fixes in typing module: add annotations to ``NamedTuple.__new__``,
pass ``*args`` and ``**kwds`` in ``Generic.__new__``. Original PRs by
Paulius Šarka and Chad Dombrova.