[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib/curses __init__.py,NONE,1.1 wrapper.py,NONE,1.1

Eric S. Raymond esr@thyrsus.com
Sat, 10 Jun 2000 19:48:22 -0400


Greg Stein <gstein@lyra.org>:
> This is too complicated. It should read:
> 
>    ...
>    return apply(func, (stdscr,) + rest)
>  finally:
>    # Set everything back to normal
>    stdscr.keypad(0)
>    curses.echo()
>    curses.nocbreak()
>    curses.endwin()
> 
> Andrew: can you make this change?

I'll test it and make the change in my masters if it works for both
cases.  I haven't actually shipped the box of goodies yet...
-- 
		<a href="http://www.tuxedo.org/~esr">Eric S. Raymond</a>

Alcohol still kills more people every year than all `illegal' drugs put
together, and Prohibition only made it worse.  Oppose the War On Some Drugs!