commit | 3fdd43ef3507d0db65cff4dd8252e35f7b81988f | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Sat Aug 07 15:20:15 2004 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Sat Aug 07 15:20:15 2004 +0000 |
tree | 428604db764699c9403bef1ddec12bba504a10e2 | |
parent | 09ad235f9976d55944be3104d9911dab10c1fa55 [diff] [blame] |
Somehow (no idea how!) I missed half of patch #1005008. Sorry about that.
diff --git a/Lib/curses/wrapper.py b/Lib/curses/wrapper.py index 0d004e0..5335204 100644 --- a/Lib/curses/wrapper.py +++ b/Lib/curses/wrapper.py
@@ -41,7 +41,7 @@ except: pass - return func(stdscr, *rest) + return func(stdscr, *args, **kwds) finally: # Set everything back to normal stdscr.keypad(0)