diff options
author | Araq <rumpf_a@web.de> | 2014-04-06 22:05:59 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-06 22:05:59 +0200 |
commit | 9840a6912d8ba4fd348f265fb8733c62ac578be4 (patch) | |
tree | 988b1a72eb902a4f63c4864713893cdf243eca4a /lib/pure/parseurl.nim | |
parent | 7c065bfadf472bd569773c98a50b8986136afb43 (diff) | |
parent | b2fd5629830ccc30de723eba2fd1e93cb12b518e (diff) | |
download | Nim-9840a6912d8ba4fd348f265fb8733c62ac578be4.tar.gz |
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'lib/pure/parseurl.nim')
-rw-r--r-- | lib/pure/parseurl.nim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/pure/parseurl.nim b/lib/pure/parseurl.nim index 937f26f6f..357d1df0f 100644 --- a/lib/pure/parseurl.nim +++ b/lib/pure/parseurl.nim @@ -1,13 +1,16 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2010 Dominik Picheta +# (c) Copyright 2014 Dominik Picheta # # See the file "copying.txt", included in this # distribution, for details about the copyright. # ## Parses & constructs URLs. +## +## **Note**: This module will be deprecated in the future and merged into a +## new ``url`` module. import strutils |