This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients gpolo
Date 2009-05-31.23:27:58
SpamBayes Score 9.822419e-09
Marked as misclassified No
Message-id <1243812482.01.0.481805459937.issue6159@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-05-31 23:28:02gpolosetrecipients: + gpolo
2009-05-31 23:28:02gpolosetmessageid: <1243812482.01.0.481805459937.issue6159@psf.upfronthosting.co.za>
2009-05-31 23:28:00gpololinkissue6159 messages
2009-05-31 23:27:59gpolocreate