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 2008-05-18.15:38:41
SpamBayes Score 8.806366e-05
Marked as misclassified No
Message-id <1211125137.99.0.839625810587.issue2906@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds support for Tk options that could be passed as a list or
tuple, for example. I didn't investigate if there are any of these in tk
8.4, but tk 8.5 has this (the padding option for Ttk Label, for example).
Note that this should, if possible, be backported to python 2.5 at
least, since it segfaults here when I pass a list as an option value.

It also aligns some docstrings; documents the support for the 'in_'
option for grid, place and pack, actually all options may end with an
"_", but it is good to document 'in_' specifically because the option
'in' can't be passed "naturally". Lastly it removes the duplicate code
in class Place that checks for the 'in_' option.
History
Date User Action Args
2008-05-18 15:38:59gpolosetspambayes_score: 8.80637e-05 -> 8.806366e-05
recipients: + gpolo
2008-05-18 15:38:58gpolosetspambayes_score: 8.80637e-05 -> 8.80637e-05
messageid: <1211125137.99.0.839625810587.issue2906@psf.upfronthosting.co.za>
2008-05-18 15:38:56gpololinkissue2906 messages
2008-05-18 15:38:55gpolocreate