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 jesstess
Recipients alex, glyph, jesstess, ned.deily, ronaldoussoren
Date 2014-05-24.07:31:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400916676.1.0.882619859068.issue17496@psf.upfronthosting.co.za>
In-reply-to
Content
Some IRC discussion about what contributors should do while this is unresolved, and the bigger plan for comprehensively addressing this:

01:53 < ned_deily> jesstess, saw your nosy on Issue17496.  Beware that it's really a can of worms and definitely was misclassified as easy.  Lots of edge cases, some not discussed in the issue.
03:01 < jesstess> ned_deily: can you update the ticket with edge cases not yet discussed? The issue is making life hard for some of our interns, so I'd love to see some progress on it.
03:02 < jesstess> ned_deily: I also found ronaldoussoren's conclusions hard to follow. I think a re-statement of what the best solution for the problem is would be really helpful, if you have opinions on it.
03:04 < ned_deily> jesstess, can you say how it is causing problems?
03:08 < jesstess> ned_deily: They are working on Tkinter tickets, and their primary development platform happens to be OSX, where the tests are getting skipped. One has set up a Linux VM already, which is fine, but it's a confusing issue to hit for new contributors and they also want to have the confidence that changes and new tests pass on OSX before submitting patches for review.
03:09 < ned_deily> jesstess, OK.  Alas, Tk is a bit of a problem on any platform and it's pretty much a mess on OS X.
03:15 < ned_deily> jesstess, Currently, there are three different variants of Tk in use on OS X.  And the most commonly used variant, the Cocoa Tk 8.5, is still relatively new and has had major bugs (still present in the version shipped by Apple in OS X) and has variations from minor release to minor release.
03:20 < ned_deily> jesstess, The plan is to make things a lot easier to test by making it easier to use a custom-built Tk for OS X.  In the meantime, there really is no easy way around things.  Fixing #17496 by  itself won't allow testing on OS X. 
03:20 < ned_deily> jesstess, For the time being, I would suggest just testing as best as possible on whatever platforms one can and submitting the patches.
History
Date User Action Args
2014-05-24 07:31:16jesstesssetrecipients: + jesstess, ronaldoussoren, ned.deily, glyph, alex
2014-05-24 07:31:16jesstesssetmessageid: <1400916676.1.0.882619859068.issue17496@psf.upfronthosting.co.za>
2014-05-24 07:31:16jesstesslinkissue17496 messages
2014-05-24 07:31:12jesstesscreate