curses.wrapper currently accepts and forwards extra positional arguments. Seems it should do the same for extra keyword arguments. This patch adds that.
Logged In: YES user_id=6656 Partially applied in Lib/curses/wrapper.py revision 1.8 and then properly in 1.9 (oops). I also rewrote it to use finally. Thanks!