[Pythonmac-SIG] Interpreter on Mac
Just van Rossum
just@letterror.com
Fri, 22 Jun 2001 19:56:07 +0200
Russell E Owen wrote:
> That's funny, I never noticed it before, but I just tried it and it
> also does this for me. In PythonInterpreter "home", "page up", "page
> down" all work as expected, but "end" exits the interpreter.
Wow, same here: never noticed it... (Btw. it "works" in 1.5.2, too.)
Jack: could this be a GUSI thing? Or is it SIOUX?
Christopher Smith wrote:
> I'm running OC 8.5.1 on a 7600 which I don't think is Carbon
> compatible (right?) so I assume I'm running Classic. [ ... ]
You can tell by starting the intepreter, if it says
Python 2.1 (#92, Apr 24 2001, 23:59:43) [CW CARBON GUSI2 THREADS] on mac
^^^^^^
Type "copyright", "credits" or "license" for more information.
>>>
you're running under Carbon.
Just