On Tue, May 27, 2014 at 1:55 AM, Roy Smith <r...@panix.com> wrote: > In article <mailman.10347.1401119046.18130.python-l...@python.org>, > Gene Heskett <ghesk...@shentel.net> 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