Martin v. Löwis <[EMAIL PROTECTED]> added the comment: As a style guide remark: drop the parentheses around the expression in the return statement (return is a statement, not a function), and prefix all global symbols with Py or _Py. See PEP 7 for further instructions.
_______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4279> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com