mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 13:33:59 +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