Hello Holger, On Thu, Jun 17, 2004 at 10:32:33AM +0200, holger krekel wrote: > btw, do you also have a solution for the 'msg' third parameter problem with > respect to the easy-parsing approach?
Sure, the same trick works: find the first "," so that whatever is left to it parses successfully; this is the first arg. Then repeat with the rest. This way, any number of arguments can be safely extracted. Armin _______________________________________________ [EMAIL PROTECTED] http://codespeak.net/mailman/listinfo/pypy-dev
