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 terry.reedy
Recipients Guilherme.Simões, JayKrish, Todd.Rovito, Tomoki.Imai, alex.rodas, ezio.melotti, francismb, ncoghlan, ned.deily, python-dev, r.david.murray, roger.serwy, terry.reedy, tshepang
Date 2013-05-30.21:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369949736.2.0.0745870571252.issue15392@psf.upfronthosting.co.za>
In-reply-to
Content
Biggest change is no support module in 2.7, so in test_idle.py import inside try:except to skip if dependencies not present. Minor changes in CallTips.py and test_calltips.py. Buildbots are fine. This meets my initial goal; issue done.

I opened #18103 for consideration of gui tests. But except for improving the existing no-buildbot, human-needed tests, I consider that a lower priority right now.
History
Date User Action Args
2013-05-30 21:35:36terry.reedysetrecipients: + terry.reedy, ncoghlan, ned.deily, ezio.melotti, roger.serwy, r.david.murray, Todd.Rovito, tshepang, python-dev, francismb, Guilherme.Simões, JayKrish, Tomoki.Imai, alex.rodas
2013-05-30 21:35:36terry.reedysetmessageid: <1369949736.2.0.0745870571252.issue15392@psf.upfronthosting.co.za>
2013-05-30 21:35:36terry.reedylinkissue15392 messages
2013-05-30 21:35:36terry.reedycreate