Files
typeshed/stdlib/2and3/wsgiref
Sebastian Rittau 25ac4d6af4 Implement StartResponse using a protocol (#2392)
* Add ExcInfo and OptExcInfo type aliases

* Implement StartResponse using a protocol

* Mark stub-only types with an underscore

* Remove wrong TODO note

python/mypy#1178 is about variable-length tuples, while exc_info()
always returns a tuple with length 3. Ideally, exc_info() would
return Union[Tuple[Type[_E], _E, TracebackType], Tuple[None, None, None]],
but that is a different issue.
2018-08-17 08:36:00 -07:00
..
2018-05-28 08:08:27 -07:00
2018-05-23 08:19:07 -07:00
2018-05-28 08:08:27 -07:00
2018-05-23 08:19:07 -07:00
2018-05-23 08:19:07 -07:00