]> granicus.if.org Git - python/commit
#6771: Move wrapper function into __init__ and eliminate wrapper module
authorR David Murray <rdmurray@bitdance.com>
Sun, 19 Jun 2011 00:21:09 +0000 (20:21 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 19 Jun 2011 00:21:09 +0000 (20:21 -0400)
commitafc9a5eaa144eb246e22a16a6539821859fc08f5
treecaebfc5b3710eadb3e67da29b9e9a687c9b814a6
parent50ae84e727b99c8000d2f6d03559dda90985a33d
#6771: Move wrapper function into __init__ and eliminate wrapper module

Andrew agreed in the issue that eliminating the module file made sense.
Wrapper has only been exposed as a function, and so there is no (easy)
way to access the wrapper module, which in any case only had the one
function in it.  Since __init__ already contains a couple wrapper
functions, it seems to make sense to just move wrapper there instead of
importing it from a single function module.
Lib/curses/__init__.py
Lib/curses/wrapper.py [deleted file]
Misc/NEWS