Carl Banks <pavlovevide...@gmail.com> writes: > If so, what is it that's so evil about conditionally-existent > variables? (I'll leave the question open-ended this time.)
I have found they make the code more confusing and bug prone. It's better to define and document all the instance variables in one place, in most cases. -- http://mail.python.org/mailman/listinfo/python-list