Issue 1005008: curses.wrapper should also forward keyword args (original) (raw)

Issue1005008

Created on 2004-08-07 05:06 by rob_nichols, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
curses.patch rob_nichols,2004-08-07 05:06 add kargs to curses.wrapper
Messages (2)
msg46573 - (view) Author: Rob Nichols (rob_nichols) Date: 2004-08-07 05:06
curses.wrapper currently accepts and forwards extra positional arguments. Seems it should do the same for extra keyword arguments. This patch adds that.
msg46574 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-08-07 15:22
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!
History
Date User Action Args
2022-04-11 14:56:06 admin set github: 40707
2004-08-07 05:06:24 rob_nichols create