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 brett.cannon, eric.araujo, ezio.melotti, serhiy.storchaka, skrah, terry.reedy, zach.ware
Date 2012-12-28.20:57:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356728244.58.0.63456894204.issue16748@psf.upfronthosting.co.za>
In-reply-to
Content
I should think that the first fix should be to the PEP. If I understand msg177908, that would mean removing unittest.TestCase as a base for ExampleTest and adding it as bases for AcceleratedExampleTest and PyExampleTest. Or have I missed something?
History
Date User Action Args
2012-12-28 20:57:24terry.reedysetrecipients: + terry.reedy, brett.cannon, ezio.melotti, eric.araujo, skrah, zach.ware, serhiy.storchaka
2012-12-28 20:57:24terry.reedysetmessageid: <1356728244.58.0.63456894204.issue16748@psf.upfronthosting.co.za>
2012-12-28 20:57:24terry.reedylinkissue16748 messages
2012-12-28 20:57:24terry.reedycreate