classification
Title: Tkinter.PanedWindow: docstring fixes, change in paneconfigure and removed some returns
Type: behavior Stage: patch review
Components: Tkinter Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, gpolo
Priority: normal Keywords: patch

Created on 2009-05-31 23:28 by gpolo, last changed 2010-08-01 08:29 by BreamoreBoy.

Files
File name Uploaded Description Edit
PanedWindow_docstring_and_return_fixes.diff gpolo, 2009-05-31 23:27 review
Messages (2)
msg88620 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-05-31 23:27
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.
msg112289 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-08-01 08:29
This issue is self explanatory, can it be committed as is?
History
Date User Action Args
2010-08-01 08:29:51BreamoreBoysetversions: + Python 3.2
nosy: + BreamoreBoy

messages: + msg112289

type: behavior
stage: patch review
2009-05-31 23:28:00gpolocreate