[Patches] [ python-Patches-515597 ] remove unused parameter tkFileDialog

noreply@sourceforge.net noreply@sourceforge.net
Sat, 16 Feb 2002 15:22:54 -0800


Patches item #515597, was opened at 2002-02-10 11:29
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=515597&group_id=5470

Category: Tkinter
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Evelyn Mitchell (efm)
>Assigned to: Fredrik Lundh (effbot)
Summary: remove unused parameter tkFileDialog

Initial Comment:
Python 2.2 (#1, Dec 28 2001, 11:17:23) 
[GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on
linux2


Removing an unused 'widget' 'parameter from
tkFileDialog Dictionary._fixresult and tkCommonDialog.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-02-16 15:22

Message:
Logged In: YES 
user_id=21627

I'm not sure that this change is a good idea; people may
have subclassed the existing classes and implemented their
own _fixresult methods; such code would break with your change.

Assigning to /F; if he doesn't object, and you would still
like to see this change, I'd accept it as a minor
incompatibily. If no further comments are made until March
1, this patch should be rejected.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=515597&group_id=5470