Skip to content
Snippets Groups Projects
Commit 047af9b1 authored by Damien George's avatar Damien George
Browse files

cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.

socket.timeout is a subclass of OSError, and using the latter is more
efficient than having a dedicated class.  The argument of OSError is
ETIMEDOUT so the error can be distinguished from other kinds of
OSErrors.  This follows how the esp8266 port does it.
parent d03f089b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment