This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: curses.wrapper should also forward keyword args
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: mwh Nosy List: mwh, rob_nichols
Priority: normal Keywords: patch

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:06adminsetgithub: 40707
2004-08-07 05:06:24rob_nicholscreate