[Python-checkins] python/dist/src/Lib/curses wrapper.py,1.8,1.9

mwh at users.sourceforge.net mwh at users.sourceforge.net
Sat Aug 7 17:20:18 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/curses
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4174

Modified Files:
	wrapper.py 
Log Message:
Somehow (no idea how!) I missed half of patch #1005008.   Sorry about that.


Index: wrapper.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/curses/wrapper.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** wrapper.py	7 Aug 2004 15:18:07 -0000	1.8
--- wrapper.py	7 Aug 2004 15:20:15 -0000	1.9
***************
*** 42,46 ****
              pass
  
!         return func(stdscr, *rest)
      finally:
          # Set everything back to normal
--- 42,46 ----
              pass
  
!         return func(stdscr, *args, **kwds)
      finally:
          # Set everything back to normal



More information about the Python-checkins mailing list