[pypy-dev] having broken the back of the unittest conversion problem ...
Armin Rigo
arigo at tunes.org
Thu Jun 17 13:46:38 CEST 2004
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
More information about the Pypy-dev
mailing list