Update unsupported features list with "implicit namespace packages"

This commit is contained in:
Travis Bradshaw
2016-03-09 22:37:21 -06:00
parent 3ac1427242
commit ac9133aafc

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: