Files
typeshed/stdlib/3/email
Jelle Zijlstra b6eec58d2c remove checks against patch versions (#987)
Both mypy and pytype only use the major and minor version in type checking. Using
checks like "sys.version_info >= (3, 4, 4)" won't actually work properly for
people type checking their code using version 3.4, because (3, 4) >= (3, 4, 4) will
always be false (at least in mypy's approach; not sure if pytype is different).
2017-03-12 20:16:09 -07:00
..
2016-07-29 15:25:52 -07:00
2016-12-21 01:06:52 -08:00
2016-05-30 10:04:51 -07:00
2016-07-29 15:25:52 -07:00
2016-05-30 10:04:51 -07:00
2016-12-21 01:15:26 -08:00
2016-07-29 15:25:52 -07:00
2016-12-20 00:47:51 -08:00
2016-12-21 01:06:52 -08:00