On Tue, May 27, 2014 at 1:55 AM, Roy Smith <[email protected]> wrote: > In article <[email protected]>, > Gene Heskett <[email protected]> wrote: > >> > $ echo '[1, 2, 3]' | json_xs -t null 2>/dev/null; echo $? >> 0 > >> > $ echo '[1; 2, 3]' | json_xs -t null 2>/dev/null; echo $? >> 255 > > >> gene@coyote:~$ echo '[1, 2, 3]' | json_xs -t null 2>/dev/null; echo $? >> 127 >> gene@coyote:~$ echo '[1; 2, 3]' | json_xs -t null 2>/dev/null; echo $? >> 127 > > I don't see what the problem is. On average, we got the same result :-)
Ahh but if you were using Python 3, those averages would be 127.5 each. ChrisA -- https://mail.python.org/mailman/listinfo/python-list
