mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
* Add explicit ssl_handshake_timeout arguments to open_connection and start_server * Add context arguments to call methods * Accept PathLike for create_unix_* paths * Add TimerHandle.when() Add missing version check * AbstractServer is now an async context manager * Add happy_eyeballs_delay and interleave arguments to create_connection * Re-export asyncio.windows_events from asyncio * Add name argument to Task constructor * Add Task.get_coro() * import and other fixes * Fix return type of get_coro()