Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:help': 0.07; 'creighton': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:skip:a 10': 0.09; 'tcl/tk': 0.09; 'url:mac': 0.09; 'python': 0.11; '10.5': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:tcltk': 0.16; 'wrote:': 0.16; 'laura': 0.18; 'shipped': 0.18; 'subject:need': 0.18; '2015': 0.23; 'third-party': 0.23; 'url:download': 0.24; 'header :User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'earlier': 0.27; '-0700,': 0.29; 'that.': 0.30; 'e.g.': 0.31; 'fri,': 0.31; 'url:python': 0.33; 'needed': 0.34; 'to:addr:python-list': 0.35; 'i.e.': 0.35; 'url:org': 0.36; 'apple': 0.36; 'quite': 0.37; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'mac': 0.37; 'version': 0.38; 'received:org': 0.38; 'python.org': 0.38; 'thank': 0.39; 'to:addr:python.org': 0.39; 'subject:with': 0.40; 'some': 0.40; 'url:6': 0.66; 'url:htm': 0.73; 'received:204': 0.75; 'article': 0.77; '8.4': 0.84; 'os?': 0.84; 'url:tk': 0.96 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: need help with an accessibility prototype Date: Sat, 23 May 2015 17:14:34 -0700 References: <555F5960.9030501@harvee.org> <201505221950.t4MJo3pC010042@fido.openend.se> <201505222216.t4MMG0IN013302@fido.openend.se> F5BC.23311922055015@news.gmane..... <201505230925.t4N9PnZ8028675@fido.openend.se> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 204.28.118.160 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432426488 news.xs4all.nl 2900 [2001:888:2000:d::a6]:49757 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91153 In article <201505230925.t4N9PnZ8028675@fido.openend.se>, Laura Creighton wrote: > In a message of Fri, 22 May 2015 23:31:19 -0700, Ned Deily writes: > >Tcl/Tk 8.4 is quite old and no longer maintained; 8.6.x is current, > >although 8.5.x is also still in use. > > > >http://www.tcl.tk/man/tcl8.6/TkCmd/keysyms.htm > > > > Ned Deily, > > nad@acm.org > > Thank you Ned. Old bookmark from when I needed this the last time -- > sorry about that. Do you know if you still need to use 8.5 if you are > on Mac OS? i.e. is this page current? > https://www.python.org/download/mac/tcltk/ Yes, it is current. Apple has not yet shipped a version of 8.6 with OS X, so the Apple-supplied Python in current OS X releases use 8.5; OS X 10.5 and earlier systems shipped only with 8.4. At the moment, the Pythons for OS X provided by python.org installers still use 8.5 for the 10.6+ installers and 10.4 for the 10.5+ installers. Some third-party distributors of Python and Tcl/Tk for OS X are now using 8.6, e.g. MacPorts. -- Ned Deily, nad@acm.org