From: Guido van Rossum Date: Wed, 13 Jul 1994 13:08:01 +0000 (+0000) Subject: Added comment about need of OO style X-Git-Tag: v1.1~246 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b;p=thirdparty%2FPython%2Fcpython.git Added comment about need of OO style --- diff --git a/Demo/tkinter/guido/rmt.py b/Demo/tkinter/guido/rmt.py index a2e6aade1bb7..44bbcf4fc73f 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