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.

Author terry.reedy
Recipients christian.heimes, epaine, erlendaasland, ronaldoussoren, serhiy.storchaka, terry.reedy
Date 2022-03-17.15:59:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647532740.55.0.983602196117.issue46996@roundup.psfhosted.org>
In-reply-to
Content
Ronald: According to a page (which I cannot find, E. Paine should know) Centos 7 has the oldest tcl among current *nix distributions.  
https://centos.pkgs.org/7/centos-x86_64/tcl-8.5.13-8.el7.x86_64.rpm.html
says it is 8.5.13, which is what I remember from the comparison page.

Serhiy: IDLE has required TkVersion >= 8.5 for some years (currently top of pyshell.py).  Does the _tkinter.c line
  #error "Tk older than 8.5.12 not supported"
translate into an ImportError (which is already caught).  I never worried about someone trying to import 8.3 or before, but Apple's 8.5.9 is possible.

Is there any reason that IDLE might someday require 8.6 before tkinter does?
History
Date User Action Args
2022-03-17 15:59:00terry.reedysetrecipients: + terry.reedy, ronaldoussoren, christian.heimes, serhiy.storchaka, erlendaasland, epaine
2022-03-17 15:59:00terry.reedysetmessageid: <1647532740.55.0.983602196117.issue46996@roundup.psfhosted.org>
2022-03-17 15:59:00terry.reedylinkissue46996 messages
2022-03-17 15:59:00terry.reedycreate