1
0
forked from VimPlug/jedi

Merge pull request #705 from tbradshaw/patch-2

Update unsupported features list with "implicit namespace packages"
This commit is contained in:
Dave Halter
2016-03-10 12:12:26 +01:00

View File

@@ -64,6 +64,7 @@ Not yet implemented:
- manipulations of instances outside the instance variables without using
methods
- implicit namespace packages (Python 3.3+, `PEP 420 <https://www.python.org/dev/peps/pep-0420/>`_)
Will probably never be implemented: