diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-12-26 16:32:46 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-12-26 16:32:46 +0000 |
commit | f53c050507c5c84a552ef1211aa5c3cf742a9d0a (patch) | |
tree | d9f8208ba8aa7b71dd2df45cbb0178f69490d382 /lib/pure/parseurl.nim | |
parent | 342ed97eeda8749cf9fffbf09a31ee50f0be071d (diff) | |
download | Nim-f53c050507c5c84a552ef1211aa5c3cf742a9d0a.tar.gz |
Deprecated the parseurl module.
Diffstat (limited to 'lib/pure/parseurl.nim')
-rw-r--r-- | lib/pure/parseurl.nim | 8 |
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 |