[issue6159] Tkinter.PanedWindow: docstring fixes, change in paneconfigure and removed some returns

Guilherme Polo report at bugs.python.org
Mon Jun 1 01:28:02 CEST 2009


New submission from Guilherme Polo <ggpolo at 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 <report at bugs.python.org>
<http://bugs.python.org/issue6159>
_______________________________________


More information about the Python-bugs-list mailing list