diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-02-08 21:10:18 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-02-08 21:20:32 +0200 |
commit | 9945f338863cd1bc0ce483c0eb70c41fbdb710f1 (patch) | |
tree | ed6068ff4cc1888cbbea17c635b7b5752434b81a /unix/qstrdefsport.h | |
parent | 0a587b85fb19e57644ac420c642d0d75d2f9346f (diff) | |
download | micropython-9945f338863cd1bc0ce483c0eb70c41fbdb710f1.tar.gz micropython-9945f338863cd1bc0ce483c0eb70c41fbdb710f1.zip |
Rename "rawsocket" module to "microsocket".
It's no longer intended to provide just "raw" socket interface, may include
some convenience methods for compatibility with CPython socket - but anyway
just minimal set required to deal with socket client and servers, not wider
network functionality.
Diffstat (limited to 'unix/qstrdefsport.h')
-rw-r--r-- | unix/qstrdefsport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h index 598f23bef2..9f28c607e2 100644 --- a/unix/qstrdefsport.h +++ b/unix/qstrdefsport.h @@ -12,4 +12,4 @@ Q(htons) Q(inet_aton) Q(gethostbyname) Q(getaddrinfo) -Q(rawsocket) +Q(microsocket) |