[issue8861] curses.wrapper : unnessesary code

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83555. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8861] curses.wrapper : unnessesary code

2010-05-31 Thread July Tikhonov
New submission from July Tikhonov : wrapper() code in Lib/curses/wrapper.py has an unnesesary line: res = None This variable is not used anywhere else in wrapper(). Inspecting the history of trunk, we can see that it was used used as a result of applying func(), but later was replaced by a