again use cases #64

This commit is contained in:
David Halter
2012-11-18 23:38:38 +01:00
parent 9167633c1f
commit 28665b28c1

View File

@@ -111,7 +111,8 @@ they are on my todo list):
It does not support (and most probably will not in future versions):
- metaclasses (how could an auto-completion ever support this)
- ``setattr()``, ``globals()``, ``locals()``
- ``setattr()``
- Writing to some dicts: ``globals()``, ``locals()``, ``object.__dict__``
- evaluate ``if`` / ``while``