]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Last minute fix to Text.window_cget(), which should properly Tcl-ify
authorGuido van Rossum <guido@python.org>
Thu, 11 Dec 1997 17:08:52 +0000 (17:08 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 11 Dec 1997 17:08:52 +0000 (17:08 +0000)
commit7814ea64ff151bcb8b233bc222c09e244f7095ab
tree5f878fe2dba4831953ba0a0c2c0a006d9c0f3624
parent9afad049e0a81b72fe2777c3aec8e3f577011d0e
Last minute fix to Text.window_cget(), which should properly Tcl-ify
the option name (prepend '-', strip trailing '_').
Lib/lib-tk/Tkinter.py