From 9be695ae8fc9e055d72a31e127f84b608b6d4118 Mon Sep 17 00:00:00 2001 From: David Halter Date: Tue, 5 Feb 2013 18:45:06 +0100 Subject: [PATCH] remove 'messy' warning of evaluate docstring, because it's actually much better, now. --- jedi/evaluate.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jedi/evaluate.py b/jedi/evaluate.py index a453a069..93d52fec 100644 --- a/jedi/evaluate.py +++ b/jedi/evaluate.py @@ -1,10 +1,4 @@ """ -.. warning:: I know this module is very messy. It's hard to write proper code - if so much of your work relies on try & error. Sometimes it's just not - possible for a small mind like mine to understand the problem, because - it happens after a 50 function calls deep recursion. I know refactoring - is necessary, but it's not that easy to find that time. - Evaluation of Python code in |jedi| is based on three assumptions: * Code is recursive (to weaken this assumption, the :mod:`dynamic` module