[Patches] [ python-Patches-1005008 ] curses.wrapper should also forward keyword args

SourceForge.net noreply at sourceforge.net
Sat Aug 7 17:22:10 CEST 2004


Patches item #1005008, was opened at 2004-08-07 06:06
Message generated for change (Comment added) made by mwh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1005008&group_id=5470

Category: Library (Lib)
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Rob Nichols (rob_nichols)
>Assigned to: Michael Hudson (mwh)
Summary: curses.wrapper should also forward keyword args

Initial Comment:
curses.wrapper currently accepts and forwards extra
positional arguments.  Seems it should do the same for
extra keyword arguments.  This patch adds that.

----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2004-08-07 16:22

Message:
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!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1005008&group_id=5470


More information about the Patches mailing list