Files
typeshed/stdlib/3
Jelle Zijlstra 984307bf45 fix odd version comparisons (#988)
"> (3,)" works but looks like the code is checking for Python 4.

"<= (3, 5)" was intended to check for versions up to and including 3.5, and probably works that
way in current type checkers. However, sys.version_info is actually a 5-tuple that is greater
than (3, 5), so a hypothetical type checker that uses the full version info would interpret
this check incorrectly.

This ensures that all version_info comparisons use <, >=, ==, or !=.
2017-03-12 20:48:48 -07:00
..
2016-12-20 02:28:12 -08:00
2016-12-19 22:09:35 -08:00
2017-03-12 19:33:47 -07:00
2016-12-21 01:06:52 -08:00
2017-01-26 12:05:53 -08:00
2016-12-20 02:28:12 -08:00
2017-03-08 06:50:28 -08:00
2016-12-19 22:09:35 -08:00
2016-12-19 23:53:19 -08:00
2016-12-19 22:09:35 -08:00
2016-12-28 11:13:57 -08:00
2016-12-19 23:53:19 -08:00
2016-04-11 00:27:58 -04:00
2016-12-19 23:53:19 -08:00
2017-03-12 20:48:48 -07:00
2016-12-21 01:15:26 -08:00
2016-05-04 16:54:57 -07:00
2016-12-19 22:09:35 -08:00
2017-01-26 12:05:53 -08:00
2017-02-21 14:27:34 -08:00
2016-12-21 01:15:26 -08:00
2016-05-17 14:32:03 +01:00
2016-12-19 22:09:35 -08:00
2016-12-19 22:09:35 -08:00
2017-02-21 14:25:00 -08:00
2017-02-27 17:51:41 +00:00
2016-12-19 23:53:19 -08:00
2016-12-20 00:47:51 -08:00
2016-12-19 21:52:56 -08:00
2016-12-20 00:16:44 -08:00
2016-05-03 11:48:38 -07:00
2016-08-24 06:08:46 -07:00
2016-07-26 07:43:29 -07:00
2016-12-19 22:09:35 -08:00
2016-12-19 22:09:35 -08:00
2016-02-25 09:41:32 +00:00
2015-12-30 21:59:56 +01:00
2016-12-19 22:09:35 -08:00
2016-12-19 22:09:35 -08:00
2017-03-06 08:08:36 -08:00
2017-03-12 19:32:46 -07:00
2017-03-06 08:04:51 -08:00
2016-12-19 22:09:35 -08:00
2016-12-20 02:28:12 -08:00
2017-03-10 15:52:08 -08:00
2017-03-12 19:38:39 -07:00
2016-12-19 22:09:35 -08:00
2016-12-28 10:24:50 -08:00
2016-12-19 22:09:35 -08:00