In article <Co0r3u.H1J.3@cs.cmu.edu>, Kirk Abbott <ka0p+@EDRC.CMU.EDU> wrote:
>I have just finished building python on a Sparc10. Builds like a charm.
>I am already getting annoyed with the syntax in interactive mode though.
>ka0p% ./python
>Python 1.0.1 (Apr 9 1994)
>Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam
>>>> def fib(n):
>... a, b = 0, 1
>... while b <= n:
>... print b,
>Segmentation fault (core dumped)
I just tried it on a Sparc IPC, and this gives a syntax error. It
certainly *does not* core dump.
Steve
-- Steven Miale - smiale@cs.indiana.edu | Don't blame me - Indiana University, Bloomington, IN | I voted Libertarian.