[Python-Dev] Creating curses package: OK?

Andrew Kuchling akuchlin@mems-exchange.org
Sat, 10 Jun 2000 18:25:14 -0400


On Sat, Jun 10, 2000 at 11:21:57PM +0300, Moshe Zadka wrote:
>Maybe I'm confused here. I thought that was what AMK suggested, no?

I did in fact suggest that, since the wrapper is small, and we ideally
want every Python/curses application using it, so they don't leave the
terminal in a wacky state if they raise an exception.  But it's not a
big deal and could easily go in wrapper.py, though __init__.py might
still import it automatically.

--amk