dlarsson> I have compiled Python 1.0.0 on a HP 715/HP-UX 9.01, but
dlarsson> something seems wrong. This is what happens:
>>>> print chr(65)
dlarsson> Traceback (innermost last): File "<stdin>", line 1
dlarsson> ValueError: chr() arg not in range(256)
>>>> print chr(65)
dlarsson> Traceback (innermost last): File "<stdin>", line 1
dlarsson> TypeError: no arguments needed
I compiled on hp 720/hpux9.01 using gcc-2.5.7(u4) with -O. I don't
see this problem.