summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-01-07 10:37:49 +0100
committerGitHub <noreply@github.com>2019-01-07 10:37:49 +0100
commit5345c5b1302e7beca5eb88ed510570e8e4431413 (patch)
treefa4a080ac18d60a4002fbc66429b86599ef4b6ca /doc
parentbe9d1280ae39b64e6c76179a788034ad6c50a52d (diff)
downloadNim-5345c5b1302e7beca5eb88ed510570e8e4431413.tar.gz
remove deprecated modules (#10215)
* removed from `compiler`:
    * lists (deprecated 2 years ago)

* removed from `lib` (all deprecated 3 years ago):
    * ssl
    * matchers
    * httpserver

* removed from `lib/deprecated`:
    * unsigned
    * actors (and three accompanying tests)
    * parseurl

* moved to `lib/deprecated`:
    * securehash (the reason for not directly removing - it was deprecated (only) one year ago)
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst14
1 files changed, 2 insertions, 12 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 89e3cca40..a16bf2677 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -141,9 +141,6 @@ String handling
   Ropes can represent very long strings efficiently; especially concatenation
   is done in O(1) instead of O(n).
 
-* `matchers <matchers.html>`_
-  This module contains various string matchers for email addresses, etc.
-
 * `subexes <subexes.html>`_
   This module implements advanced string substitution operations.
 
@@ -275,8 +272,8 @@ Internet Protocols and Support
   module.
 
 * `net <net.html>`_
-  This module implements a high-level sockets API. It will replace the
-  ``sockets`` module in the future.
+  This module implements a high-level sockets API. It replaces the
+  ``sockets`` module.
 
 * `nativesockets <nativesockets.html>`_
   This module implements a low-level sockets API.
@@ -456,13 +453,6 @@ Database support
   for other databases too.
 
 
-Other
------
-
-* `ssl <ssl.html>`_
-  This module provides an easy to use sockets-style
-  Nim interface to the OpenSSL library.
-
 
 Wrappers
 ========