mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-21 00:10:45 +08:00
468d13a205
Modified __add__ method in tuple class to allow it to accept tuples with different generic parameter types. This allows, for example: a = (1, ) b = a + (2.4, )