I'd like to know how to get the official python installation from python.org (3.6.1) for Mac to use tcl/tk 8.6. I have been using different releases of tcl/tk 8.5 with tkinter for my project's GUI and I keep running into very limiting bugs (crash on scrolling, window-mgmt issues among others).
Since I did not encounter the same problems on Windows using 8.6, I suspect/hope that using the newer tcl/tk could make things easier on mac, if it is possible to properly combine it with python/tkinter.
IDLE is not important for me (in case it will not work with tk 8.6.). I also know of similar older questions on SO, which usually resulted in references to the official python.org page about this issue (stating to use 8.5) and I'm also aware of this python bug tracker issue.
I'd still like to know whether using tcl/tk 8.6 on mac is possible, how it can be achieved and what potential drawbacks would be.