This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Reworked Dialog.py
Type: enhancement Stage: patch review
Components: Tkinter Versions: Python 3.4
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, gpolo, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2008-11-17 00:23 by gpolo, last changed 2022-04-11 14:56 by admin.

Files
File name Uploaded Description Edit
Dialog.diff gpolo, 2008-11-17 00:23
Messages (3)
msg75948 - (view) Author: Guilherme Polo (gpolo) * (Python committer) 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
msg112869 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-08-04 19:31
This is already on svn as r67240 but has not got into the builds.  Can someone please take a look, thanks.
msg180036 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-01-15 16:53
Can you please update the patch for the default branch tip? It looks too outdated.
History
Date User Action Args
2022-04-11 14:56:41adminsetgithub: 48583
2014-02-03 18:42:27BreamoreBoysetnosy: - BreamoreBoy
2013-01-15 16:53:27serhiy.storchakasetnosy: + serhiy.storchaka

messages: + msg180036
versions: + Python 3.4, - Python 3.3
2012-05-06 22:44:47ezio.melottisetversions: + Python 3.3, - Python 3.2
2012-03-21 20:26:52asvetlovsetnosy: + asvetlov
2010-08-04 19:31:40BreamoreBoysetversions: + Python 3.2, - Python 2.7
nosy: + BreamoreBoy

messages: + msg112869

type: enhancement
stage: patch review
2008-11-17 00:23:24gpolocreate