PPS: Actually, what makes a tuple is both the parens and the comma, with comma as the minimum signifier, inspect this: "str(a) + str((a,b,c))", you have to use the double parens, one to make the tuple and the other as part of the str. This harmless little case gives error if done without the double parens, but what would happen if we exchange the str into a function that accepts one argument and several optional arguments (or better yet, one argument and an optional * argument)? -- http://mail.python.org/mailman/listinfo/python-list
- exception message output problem Russ P.
- Re: exception message output problem Lie
- Re: exception message output problem Bruno Desthuilliers
- Re: exception message output problem Lie
- Re: exception message output problem Lie
- Re: exception message output pro... Mel
- Re: exception message output pro... Bruno Desthuilliers
- Re: exception message output problem Bruno Desthuilliers
- Re: exception message output problem Russ P.
- Re: exception message output problem Fredrik Lundh
- Re: exception message output problem Russ P.
- Re: exception message output problem Florian Diesch