Re: [Python-Dev] Upgrading tcl/tk deps

2012-04-10 Thread Martin v. Löwis
> The Tk fix Terry refers is applicable only to the OS X Aqua Cocoa Tcl/Tk > 8.5 port. It has nothing to do with Windows, any other OS X Tcl/Tk, or > any other platform. Further, the Tcl/TK source Martin is talking about > is used only by the Windows installer builds. The python.org OS X > i

Re: [Python-Dev] Upgrading tcl/tk deps

2012-04-09 Thread Ned Deily
In article , Brian Curtin wrote: > On Mon, Apr 9, 2012 at 20:53, Terry Reedy wrote: > > On 4/9/2012 7:53 PM, Brian Curtin wrote: > >> > >> On Mon, Apr 9, 2012 at 18:41, Terry Reedy  wrote: > >>> > >>> In particular, it should include a recent fix so that French keyboards > >>> work > >>> with t

Re: [Python-Dev] Upgrading tcl/tk deps

2012-04-09 Thread Brian Curtin
On Mon, Apr 9, 2012 at 20:53, Terry Reedy wrote: > On 4/9/2012 7:53 PM, Brian Curtin wrote: >> >> On Mon, Apr 9, 2012 at 18:41, Terry Reedy  wrote: >>> >>> In particular, it should include a recent fix so that French keyboards >>> work >>> with tk/tkinter and hence Idle better than now. There has

Re: [Python-Dev] Upgrading tcl/tk deps

2012-04-09 Thread Terry Reedy
On 4/9/2012 7:53 PM, Brian Curtin wrote: On Mon, Apr 9, 2012 at 18:41, Terry Reedy wrote: In particular, it should include a recent fix so that French keyboards work with tk/tkinter and hence Idle better than now. There has been more than one complaint about this. Do you know when this was fi

Re: [Python-Dev] Upgrading tcl/tk deps

2012-04-09 Thread Brian Curtin
On Mon, Apr 9, 2012 at 18:41, Terry Reedy wrote: > In particular, it should include a recent fix so that French keyboards work > with tk/tkinter and hence Idle better than now. There has been more than one > complaint about this. Do you know when this was fixed or have any information about it? T

Re: [Python-Dev] Upgrading tcl/tk deps

2012-04-09 Thread Terry Reedy
On 4/9/2012 5:49 PM, mar...@v.loewis.de wrote: Zitat von Brian Curtin : Can someone let me in on the process to upgrade tcl and tk on svn.python.org? For the VS2010 port it looks like I need to upgrade since the 8.5.9 versions do not work. They use link options that choke on 2010. Taking 8.5.1

Re: [Python-Dev] Upgrading tcl/tk deps

2012-04-09 Thread martin
Zitat von Brian Curtin : Can someone let me in on the process to upgrade tcl and tk on svn.python.org? For the VS2010 port it looks like I need to upgrade since the 8.5.9 versions do not work. They use link options that choke on 2010. Taking 8.5.11, which is the current release, seems to work o

[Python-Dev] Upgrading tcl/tk deps

2012-04-09 Thread Brian Curtin
Can someone let me in on the process to upgrade tcl and tk on svn.python.org? For the VS2010 port it looks like I need to upgrade since the 8.5.9 versions do not work. They use link options that choke on 2010. Taking 8.5.11, which is the current release, seems to work out alright so far. It seems