Files
typeshed/stdlib/2
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
..
2016-10-26 16:24:49 -07:00
2016-10-26 16:24:49 -07:00
2019-08-10 20:21:54 -07:00
2016-10-26 16:24:49 -07:00
2016-10-26 16:24:49 -07:00
2016-10-26 16:24:49 -07:00
2017-04-02 15:01:17 -07:00
2017-04-30 14:16:30 -07:00
2016-10-26 16:24:49 -07:00
2018-10-24 07:20:53 -07:00
2016-10-26 16:24:49 -07:00
2017-04-24 18:53:47 -07:00
2016-12-19 21:52:56 -08:00
2017-11-13 06:56:24 -08:00
2017-05-31 12:07:21 -07:00
2016-10-26 16:24:49 -07:00
2018-10-24 07:20:53 -07:00
2018-11-23 09:51:44 -08:00
2018-11-23 09:51:44 -08:00