]> granicus.if.org Git - python/commit
(rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword
authorFred Drake <fdrake@acm.org>
Tue, 23 Jul 1996 17:47:21 +0000 (17:47 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 23 Jul 1996 17:47:21 +0000 (17:47 +0000)
commit4dd0bf92e613433cdd7806d46002a9bfe5e53fda
treec27686aed683dbf7d27d09d32a2f82b484880c4c
parent99aa2a413258895725e0fe96a2ac182a024318f8
(rmt.py):  Updated to "modern" python coding conventions, somewhat.  Keyword
arguments and explicit calls to .pack() are used; no more dictionaries
are being passed to Tkinter constructors.  Otherwise, the example is
unchanged.  (The app isn't implemented as a Python object.)
Demo/tkinter/guido/rmt.py