summaryrefslogtreecommitdiff
path: root/shared-bindings/socket/__init__.c
diff options
context:
space:
mode:
authordherrada <33632497+dherrada@users.noreply.github.com>2020-07-21 16:18:51 -0400
committerGitHub <noreply@github.com>2020-07-21 16:18:51 -0400
commit9e3fa863f1d0dcf8eae54554ffc7016eaa6de157 (patch)
tree5130e268b1fad9dec287e93e3505a5a9a61a9249 /shared-bindings/socket/__init__.c
parent612c6bb86b8762aa9388566eb69db9bbe4e8bbe4 (diff)
parente047ea287f6658f1a1fd10ab31f45f25bce846c1 (diff)
Merge branch 'main' into type_hints
Diffstat (limited to 'shared-bindings/socket/__init__.c')
-rw-r--r--shared-bindings/socket/__init__.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-bindings/socket/__init__.c b/shared-bindings/socket/__init__.c
index 413940f6d..a2007edf6 100644
--- a/shared-bindings/socket/__init__.c
+++ b/shared-bindings/socket/__init__.c
@@ -39,6 +39,9 @@
//| """TCP, UDP and RAW socket support
//|
+//| .. warning:: This module is disabled in 6.x and will removed in 7.x. Please use networking
+//| libraries instead. (Native networking will provide a socket compatible class.)
+//|
//| Create TCP, UDP and RAW sockets for communicating over the Internet."""
//|