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 zach.ware
Recipients python-dev, r.david.murray, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-03-29.22:04:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396130692.99.0.521607771165.issue20035@psf.upfronthosting.co.za>
In-reply-to
Content
Also, I have confirmed that the blind symlink issue in non-English Windows Vista (issue3881) is not a problem in Tcl/Tk 8.6.  That issue was easy to reproduce in a standard installation of Python 3.3 (with Tcl/Tk 8.5) on German Windows Vista by setting TCL_LIBRARY manually; the same test with a standard installation of Python 3.4 (with Tcl/Tk 8.6) showed no problem.  Thus, I don't believe the convert_path() acrobatics from the top of Lib/tkinter/_fix.py are necessary in the C replacement.
History
Date User Action Args
2014-03-29 22:04:53zach.waresetrecipients: + zach.ware, terry.reedy, r.david.murray, python-dev, serhiy.storchaka
2014-03-29 22:04:52zach.waresetmessageid: <1396130692.99.0.521607771165.issue20035@psf.upfronthosting.co.za>
2014-03-29 22:04:52zach.warelinkissue20035 messages
2014-03-29 22:04:52zach.warecreate