diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/sockets.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/pure/sockets.nim b/lib/pure/sockets.nim index e3c32e806..e67321a59 100644 --- a/lib/pure/sockets.nim +++ b/lib/pure/sockets.nim @@ -23,6 +23,11 @@ ## ## Asynchronous sockets are supported, however a better alternative is to use ## the `asyncio <asyncio.html>`_ module. +## +## Since version 0.10.2 this module is deprecated. Use the `net <net.html>`_ +## or the ``rawsockets <rawsockets.html>`_ module instead. + +{.deprecated.} include "system/inclrtl" |