[Python-checkins] r64007 - sandbox/trunk/ttk-gsoc/samples/treeview_multicolumn.py

guilherme.polo python-checkins at python.org
Sat Jun 7 12:42:03 CEST 2008


Author: guilherme.polo
Date: Sat Jun  7 12:42:03 2008
New Revision: 64007

Log:
Removed a XXX comment, the problem is fixed on the release25-maint, trunk and py3k repos now

Modified:
   sandbox/trunk/ttk-gsoc/samples/treeview_multicolumn.py

Modified: sandbox/trunk/ttk-gsoc/samples/treeview_multicolumn.py
==============================================================================
--- sandbox/trunk/ttk-gsoc/samples/treeview_multicolumn.py	(original)
+++ sandbox/trunk/ttk-gsoc/samples/treeview_multicolumn.py	Sat Jun  7 12:42:03 2008
@@ -49,8 +49,6 @@
 
     def _setup_widgets(self):
         msg = ttk.Label(wraplength="4i", justify="left", anchor="n",
-            # XXX Change the following to a list, run it using tk 8.4 and
-            #     watch it segfault.
             padding=(10, 2, 10, 6),
             text=("Ttk is the new Tk themed widget set. One of the widgets it "
                   "includes is a tree widget, which can be configured to "


More information about the Python-checkins mailing list