classification
Title: Reworked Dialog.py
Type: Stage:
Components: Tkinter Versions: Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: gpolo (1)
Priority: Keywords patch

Created on 2008-11-17 00:23 by gpolo, last changed 2008-11-17 00:23 by gpolo.

Files
File name Uploaded Description Edit Remove
Dialog.diff gpolo, 2008-11-17 00:23
Messages (1)
msg75948 - (view) Author: Guilherme Polo (gpolo) Date: 2008-11-17 00:23
Hi,

I have changed the lib-tk/Dialog.py so it handles the cases where one
might receive a tuple as a result containing a Tcl_Obj. I've also
modified all the rest of it to make it "cleaner".

It is b/w compatible although I dislike the usage of cnf, but I guess
I'm too late to suggest this change even for py3k :/
A "more complete" description of the changes is in
http://svn.python.org/view?rev=67240&view=rev
History
Date User Action Args
2008-11-17 00:23:24gpolocreate