From e934ad61eb8265b7b5d3e6c385e87c5e8e95018d Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 13 Sep 2018 10:01:52 +0200 Subject: cleanup lib.rst, remove deprecated modules --- doc/lib.rst | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'doc') diff --git a/doc/lib.rst b/doc/lib.rst index f0569070d..bfb7306fb 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -425,7 +425,7 @@ Miscellaneous Turns access violations or segfaults into a ``NilAccessError`` exception. Modules for JS backend ---------------------------- +---------------------- * `dom `_ Declaration of the Document Object Model for the JS backend. @@ -440,30 +440,6 @@ Modules for JS backend Wrapper of core JavaScript functions. For most purposes you should be using the ``math``, ``json``, and ``times`` stdlib modules instead of this module. -Deprecated modules ------------------- - -* `asyncio `_ - This module implements an asynchronous event loop for sockets. - **Deprecated since version 0.11.2:** - Use the `asyncnet `_ together with the - `asyncdispatch `_ module instead. - -* `ftpclient `_ - This module implements an FTP client. - **Deprecated since version 0.11.3:** - Use the `asyncftpclient `_ module instead. - -* `sockets `_ - This module implements a simple portable type-safe sockets layer. - **Deprecated since version 0.11.2:** - Use the `net `_ or the `rawsockets `_ module - instead. - -* `rawsockets `_ - **Deprecated since version 0.11.4:** - This module has been renamed to `nativesockets `_. - Impure libraries ================ @@ -475,9 +451,6 @@ Regular expressions This module contains procedures and operators for handling regular expressions. The current implementation uses PCRE. -* `nre `_ - Another implementation of procedures for using regular expressions. Also uses - PCRE. Database support -- cgit 1.4.1-2-gfad0