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 ned.deily
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:49:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369950541.39.0.061908800433.issue15392@psf.upfronthosting.co.za>
In-reply-to
Content
The test.support module was renamed in Python 3 from test.test_support in Python 2.  While the 3x support has expanded and diverged somewhat, with a bit of try hacking it should be possible to minimize the source differences between the 2.7 and 3.x tests.
History
Date User Action Args
2013-05-30 21:49:01ned.deilysetrecipients: + ned.deily, terry.reedy, ncoghlan, 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:49:01ned.deilysetmessageid: <1369950541.39.0.061908800433.issue15392@psf.upfronthosting.co.za>
2013-05-30 21:49:01ned.deilylinkissue15392 messages
2013-05-30 21:49:01ned.deilycreate