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-25.18:01:32
SpamBayes Score 0.0012071364
Marked as misclassified No
Message-id <1211738501.17.0.866433834267.issue2906@psf.upfronthosting.co.za>
In-reply-to
Content
I found a problem in the previous patch, new one added. This patch now
only considers tuple and list as possible option value that should be
joined, and the items inside the list or tuple should be either a string
or integer, otherwise it doesn't try to join the values.

The problem in the previous patch is that it would always join the value
independent of the value's content. But if an option is composed of a
tuple of tuples (used by dialogs), this conversion shouldn't be done.
History
Date User Action Args
2008-05-25 18:01:41gpolosetspambayes_score: 0.00120714 -> 0.0012071364
recipients: + gpolo
2008-05-25 18:01:41gpolosetspambayes_score: 0.00120714 -> 0.00120714
messageid: <1211738501.17.0.866433834267.issue2906@psf.upfronthosting.co.za>
2008-05-25 18:01:39gpololinkissue2906 messages
2008-05-25 18:01:39gpolocreate