Hi, When using the create_server method on an event loop, I want to catch the OSError when binding to an address already in use and log a message rather than the full stack trace.
This works in asyncio, however trollius does not raise OSError, it raises socket.error instead. Not a big deal but any reason for this discrepancy or trollius should use OSError too? Luca
