[issue29826] " don't work on Mac under IDLE

2017-09-15 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: terry.reedy -> resolution: third party -> duplicate superseder: -> IDLE crashes when I press ^ key ___ Python tracker ___

[issue29826] " don't work on Mac under IDLE

2017-03-16 Thread Ned Deily
Ned Deily added the comment: > Is this restriction correct? Yes -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue29826] " don't work on Mac under IDLE

2017-03-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Marco, did you see this message? (r"WARNING: The version of Tcl/Tk ({0}) in use may" r" be unstable.\n" r"Visit http://www.python.org/download/mac/tcltk/"; r" for current information.".format(patchlevel)) Or is it somehow lost? Ned, the version check for

[issue29826] " don't work on Mac under IDLE

2017-03-16 Thread Ned Deily
Ned Deily added the comment: Yes, this is a symptom of using the default Apple-supplied macOS Tcl/Tk. See https://www.python.org/download/mac/tcltk/ for more information as the warning in IDLE suggests. If you are using Python 3.6.0 downloaded from python.org, the simple solution is to insta

[issue29826] " don't work on Mac under IDLE

2017-03-16 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: -> terry.reedy components: +IDLE nosy: +terry.reedy title: " don't work on Mac -> " don't work on Mac under IDLE ___ Python tracker ___ __