New submission from Guilherme Polo <ggp...@gmail.com>: The attached patch removes the return statements from proxy_forget and proxy_place since these methods aren't supposed to return anything.
It also fixes the docstring for the identify and paneconfigure methods. While fixing the docstring in paneconfigure I considered as important to rename "tagOrId" to "window", so the documentation and the method signature get in agreement and also makes sense. ---------- components: Tkinter files: PanedWindow_docstring_and_return_fixes.diff keywords: patch messages: 88620 nosy: gpolo severity: normal status: open title: Tkinter.PanedWindow: docstring fixes, change in paneconfigure and removed some returns versions: Python 2.7, Python 3.1 Added file: http://bugs.python.org/file14133/PanedWindow_docstring_and_return_fixes.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6159> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com