Hello, I've just upgrade to ipython 0.7.1, and it seems that there is a problem with autocall feature. Even when set to 2, I must add '()' to call the __call__() method of the object, or any other method, without params. It seems that even with level 2, autocall acts as in level 1. Am I missing something ? -- Frédéric