[Patches] [ python-Patches-409045 ] Update tcl/tk/tix versions (2)

noreply@sourceforge.net noreply@sourceforge.net
Tue, 20 Mar 2001 14:39:51 -0800


Patches item #409045, was updated on 2001-03-15 22:23
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=409045&group_id=5470

Category: Tkinter
Group: None
Status: Open
>Priority: 4
Submitted By: Internet Discovery (idiscovery)
Assigned to: Nobody/Anonymous (nobody)
Summary: Update tcl/tk/tix versions (2)

Initial Comment:
A small patch to setup.py to
update the Tix version to the current tix8.1.8.2
library.

The attached context diff is against 2.1b1, but it
should apply to any 2.x version.



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

Comment By: Martin v. Löwis (loewis)
Date: 2001-03-18 03:06

Message:
Logged In: YES 
user_id=21627

There is no need to split your patches into such small
pieces. Instead, everything dealing with Tix should be one
patch (including changes to Modules/Setup.dist you may want
to make).

If you want to follow the route of linking Tix statically
(which I'd discourage), you should use the same strategy to
find the current Tix version as done to find the current Tk
version: given the Tk version, iterate over candidate Tix
versions and find the most recent one.


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

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