From 2b30c6fee49fd4ab9c3071888068bb043ffcc729 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 5 Oct 2017 18:33:02 +0200 Subject: [PATCH] Remove documentation about caveats that are not realy 100% true anymore. --- docs/docs/features.rst | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/docs/features.rst b/docs/docs/features.rst index 03361c77..281f7d84 100644 --- a/docs/docs/features.rst +++ b/docs/docs/features.rst @@ -77,21 +77,6 @@ Will probably never be implemented: Caveats ------- -**Malformed Syntax** - -Syntax errors and other strange stuff may lead to undefined behaviour of the -completion. |jedi| is **NOT** a Python compiler, that tries to correct you. It -is a tool that wants to help you. But **YOU** have to know Python, not |jedi|. - -**Legacy Python 2 Features** - -This framework should work for both Python 2/3. However, some things were just -not as *pythonic* in Python 2 as things should be. To keep things simple, some -older Python 2 features have been left out: - -- Classes: Always Python 3 like, therefore all classes inherit from ``object``. -- Generators: No ``next()`` method. The ``__next__()`` method is used instead. - **Slow Performance** Importing ``numpy`` can be quite slow sometimes, as well as loading the