Benjamin Peterson <[email protected]> added the comment: So would you prefer to see
>>> x.foo Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: foo >>> x.foo = 5 >>> x.foo 5 ? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12766> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
