mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
* Add stub for cgi.parse_header(). * Improve asyncio stubs (far from complete) * More asyncio changes. * Use @overload to solve strange test failures. * Add some TODOs. Make ProactorEventLoop conditional. * Future should not inherit from Awaitable or implement __await__. At least not yet. * Fix AbstractServer.wait_closed() return type. It's a generator, not a future.