__import__ is not being supported by jedi

This commit is contained in:
David Halter
2012-11-30 18:46:34 +01:00
parent b571964939
commit 8bc2fd1c67

View File

@@ -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``