From ffa6daa3d1f49baf23056343ea6b6c8804408a39 Mon Sep 17 00:00:00 2001 From: David Halter Date: Wed, 14 Aug 2013 01:04:43 +0430 Subject: [PATCH] add namespaces to feature list --- docs/docs/features.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/features.rst b/docs/docs/features.rst index 7eeede50..96fd477f 100644 --- a/docs/docs/features.rst +++ b/docs/docs/features.rst @@ -40,6 +40,7 @@ Supported Python Features case, that doesn't work with |jedi|) - simple/usual ``sys.path`` modifications - ``isinstance`` checks for if/while/assert +- namespace packages (includes ``pkgutil`` and ``pkg_resources`` namespaces) Unsupported Features