Files
typeshed/stdlib/2and3
Eric Traut 468d13a205 Modified __add__ method in tuple class (#3252)
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, )
2019-09-30 12:42:40 +02:00
..
2019-09-11 15:39:41 -07:00
2019-07-27 10:58:21 +02:00
2019-05-07 17:21:54 +02:00
2019-09-23 18:24:05 +02:00
2019-09-10 14:40:10 -07:00
2019-07-27 10:58:21 +02:00
2019-05-04 16:13:53 -04:00