From ac9133aafc9718e557b0f04b8d3d220267172b85 Mon Sep 17 00:00:00 2001 From: Travis Bradshaw Date: Wed, 9 Mar 2016 22:37:21 -0600 Subject: [PATCH] Update unsupported features list with "implicit namespace packages" --- docs/docs/features.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/features.rst b/docs/docs/features.rst index 48c41ead..cbddae69 100644 --- a/docs/docs/features.rst +++ b/docs/docs/features.rst @@ -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 `_) Will probably never be implemented: