From 8bc2fd1c67281a7fdaa7f2dc091e183519d11a38 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 30 Nov 2012 18:46:34 +0100 Subject: [PATCH] __import__ is not being supported by jedi --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 343a93a3..2c64f8de 100644 --- a/README.rst +++ b/README.rst @@ -111,7 +111,7 @@ they are on my todo list): It does not support (and most probably will not in future versions): - metaclasses (how could an auto-completion ever support this) -- ``setattr()`` +- ``setattr()``, ``__import__()`` - Writing to some dicts: ``globals()``, ``locals()``, ``object.__dict__`` - evaluate ``if`` / ``while``