summary refs log tree commit diff stats
path: root/lib/pure/parseurl.nim
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-12-26 16:32:46 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2014-12-26 16:32:46 +0000
commitf53c050507c5c84a552ef1211aa5c3cf742a9d0a (patch)
treed9f8208ba8aa7b71dd2df45cbb0178f69490d382 /lib/pure/parseurl.nim
parent342ed97eeda8749cf9fffbf09a31ee50f0be071d (diff)
downloadNim-f53c050507c5c84a552ef1211aa5c3cf742a9d0a.tar.gz
Deprecated the parseurl module.
Diffstat (limited to 'lib/pure/parseurl.nim')
-rw-r--r--lib/pure/parseurl.nim8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/pure/parseurl.nim b/lib/pure/parseurl.nim
index 32e69b89a..f27cd8c12 100644
--- a/lib/pure/parseurl.nim
+++ b/lib/pure/parseurl.nim
@@ -7,10 +7,12 @@
 #    distribution, for details about the copyright.
 #
 
-## Parses & constructs URLs.
+## **Warnings:** This module is deprecated since version 0.10.2.
+## Use the `uri <uri.html>`_ module instead.
 ##
-## **Note**: This module will be deprecated in the future and merged into a
-## new ``url`` module.
+## Parses & constructs URLs.
+
+{.deprecated.}
 
 import strutils