]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added comment about need of OO style
authorGuido van Rossum <guido@python.org>
Wed, 13 Jul 1994 13:08:01 +0000 (13:08 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Jul 1994 13:08:01 +0000 (13:08 +0000)
Demo/tkinter/guido/rmt.py

index a2e6aade1bb7d85ade121962704c7efe0056058e..44bbcf4fc73f52c611bebdde3f511a6b2d505f94 100755 (executable)
@@ -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