[Pythonmac-SIG] IDE & MacOS 8.5?

Just van Rossum just@letterror.com
Fri, 27 Nov 1998 01:08:20 +0100


I think we've tracked the problem down and it seems that it was not a MacOS
8.5 related problem. So: don't worry, everything is cool. Andrew's problem
was caused by the use of raw_input(), which is indeed somewhat broken in
the IDE. I sortof fixed it -- sys.stdin now gets redirected to an instance
which will call EasyDialogs.AskString() on readline().

An update will ship as part of MacPython 1.5.2b1.

Just