[issue3767] tkColorChooser may fail if no color is selected

2008-12-29 Thread Martin v. Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Committed into various branches as r68010, r68011, r68012, and r68013 -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3767

[issue3767] tkColorChooser may fail if no color is selected

2008-12-20 Thread Martin v. Löwis
Changes by Martin v. Löwis mar...@v.loewis.de: -- versions: -Python 2.5, Python 2.5.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3767 ___ ___

[issue3767] tkColorChooser may fail if no color is selected

2008-12-19 Thread Martin v. Löwis
Changes by Martin v. Löwis mar...@v.loewis.de: -- priority: deferred blocker - release blocker ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3767 ___

[issue3767] tkColorChooser may fail if no color is selected

2008-12-13 Thread Martin v. Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Thanks for the patch. Committed tkColorChooser.diff as r67738 in the 2.5 branch. Applying this to the other branches still needs to be done. -- assignee: - loewis nosy: +loewis priority: release blocker - deferred blocker

[issue3767] tkColorChooser may fail if no color is selected

2008-12-10 Thread Martin v. Löwis
Changes by Martin v. Löwis [EMAIL PROTECTED]: -- priority: - release blocker ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3767 ___ ___

[issue3767] tkColorChooser may fail if no color is selected

2008-11-18 Thread Guilherme Polo
Guilherme Polo [EMAIL PROTECTED] added the comment: I've noticed a problem with the previous patch, so this new one includes a comment too so people can remember about the check being applied. -- versions: +Python 2.5.3, Python 2.7 Added file:

[issue3767] tkColorChooser may fail if no color is selected

2008-09-03 Thread Guilherme Polo
New submission from Guilherme Polo [EMAIL PROTECTED]: Chooser._fixresult in the tkColorChooser module uses if not result to check if user canceled the dialog, but nowadays Tk may return a cached object that contains the result we are after, so, this object will not simply evaluate to false and