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 kumba
Recipients benjamin.peterson, kumba, larry, ned.deily, paul.moore, python-dev, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2017-02-01.00:13:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485907993.99.0.548718426142.issue27647@psf.upfronthosting.co.za>
In-reply-to
Content
@Terry: This only applies on the Windows release of Python.  On both Linux and FreeBSD, you can wind up with Python 2.7 and Tk-8.6.x by default in some instances:

# pkg info | grep python27
python27-2.7.13_1              Interpreted object-oriented programming language
# pkg info | grep tk86
tk86-8.6.6                     Graphical toolkit for Tcl

That's a FreeBSD-11.0-RELEASE install on a laptop.

Is there guidance anywhere on which Tk version a given Python version prefers to be used with?  E.g., is Python 2.7 only supported against Tk-8.5.x, leaving 8.6.x users on their own?
History
Date User Action Args
2017-02-01 00:13:14kumbasetrecipients: + kumba, terry.reedy, paul.moore, larry, tim.golden, benjamin.peterson, ned.deily, python-dev, zach.ware, serhiy.storchaka, steve.dower
2017-02-01 00:13:13kumbasetmessageid: <1485907993.99.0.548718426142.issue27647@psf.upfronthosting.co.za>
2017-02-01 00:13:13kumbalinkissue27647 messages
2017-02-01 00:13:13kumbacreate