dabeaz / curio

Good Curio!
Other
4.02k stars 241 forks source link

tcp_server_socket() not available in curio module #240

Closed Nikratio closed 6 years ago

Nikratio commented 6 years ago

https://curio.readthedocs.io/en/latest/reference.html#curio.tcp_server_socket claims there is a curio.tcp_server_socket() function. However, this function only seems to exist in curio.network.

funkybob commented 6 years ago

https://github.com/dabeaz/curio/blob/master/curio/__init__.py#L12

However

https://github.com/dabeaz/curio/blob/master/curio/network.py#L7

So it looks like it was omitted from the all

dabeaz commented 6 years ago

Fixed.