1
0
forked from VimPlug/jedi

cleaned up and fixed most cases of import related stuff, fixes #2

This commit is contained in:
David Halter
2012-09-12 21:36:16 +02:00
parent 139eb1d642
commit 119455c3b3
7 changed files with 105 additions and 54 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
Jedi - a clever Python auto-completion
============================
** now in alpha testing phase **
**now in alpha testing phase**
*If you have any comments or feature request, please tell me! I really want to
know, what you think of Jedi.*
@@ -55,8 +55,8 @@ Jedi supports many of the widely used Python features:
However, it does not yet support (and probably will in future versions, because
they are on my todo list):
- getattr() / __getattr__ / __getattribute__
- sys.path modifications
- `getattr()` / `__getattr__` / `__getattribute__`
- `sys.path` modifications
- manipulations of instances outside the instance variables, without using
functions
- mro