From 74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 13 Jul 1994 13:08:01 +0000 Subject: Added comment about need of OO style --- Demo/tkinter/guido/rmt.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Demo/tkinter/guido/rmt.py b/Demo/tkinter/guido/rmt.py index a2e6aad..44bbcf4 100755 --- a/Demo/tkinter/guido/rmt.py +++ b/Demo/tkinter/guido/rmt.py @@ -9,6 +9,8 @@ # defined. We also introduce names for some unnamed code blocks in # the original because of restrictions on lambda forms in Python. +# XXX This should be written in a more Python-like style!!! + from Tkinter import * # 1. Create basic application structure: menu bar on top of -- cgit v0.12