mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-16 04:26:26 +08:00
ca256b85b9
* Move socket from AbstractServer to Server. * Fix Server.socket type on Python 3.7+. * Use Iterable instead of list for socket argument. Closes: #5535