From 9167633c1f1e215cfe4079e5c2ff6b9a0ebb8a3f Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 18 Nov 2012 23:21:56 +0100 Subject: [PATCH] add further use cases to README that are being ignored, fixes #64 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 72b9a0e1..2ae9b94a 100644 --- a/README.rst +++ b/README.rst @@ -111,7 +111,7 @@ 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()`` +- ``setattr()``, ``globals()``, ``locals()`` - evaluate ``if`` / ``while``