commit | 74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jul 13 13:08:01 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jul 13 13:08:01 1994 +0000 |
tree | dc6d785a0278b563b1d42426666b9d3739213e99 | |
parent | e7e8d1e15ca620fdfa66ee7903ca1d73e7546596 [diff] |
Added comment about need of OO style
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