From 28665b28c11e5028dd7fefd6197ea8b5c6b993f4 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 18 Nov 2012 23:38:38 +0100 Subject: [PATCH] again use cases #64 --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2ae9b94a..343a93a3 100644 --- a/README.rst +++ b/README.rst @@ -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``