"Steven D'Aprano" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | I don't like the name convention. _name already has a perfectly good | convention: it's a private name, don't mess with it. That includes in | function/method signatures. With your convention, _foo is public.
Since local names, including params are inaccesible outside a function, I don't see how the convention applies. However, the underscore could just as well go at the end of the name. There no current convention I know of with that. tjr -- http://mail.python.org/mailman/listinfo/python-list