From dd410ab0843b1bb153befa776bd07a6f3def4f25 Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 17 Dec 2014 23:55:04 +0100 Subject: [PATCH] fixes #1698 --- lib/pure/sockets.nim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/pure/sockets.nim b/lib/pure/sockets.nim index e3c32e806e..e67321a598 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 `_ module. +## +## Since version 0.10.2 this module is deprecated. Use the `net `_ +## or the ``rawsockets `_ module instead. + +{.deprecated.} include "system/inclrtl"