Micah Denbraver

Results 11 comments of Micah Denbraver

Per https://github.com/python/typing/issues/208 an instance of Python 2 `str` is a subtype of `unicode`. Are we over thinking this, and would `typing.Text` just work for 2.7 type checking? It seems to...