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 JayKrish, Todd.Rovito, kbk, ncoghlan, philwebster, python-dev, roger.serwy, terry.reedy
Date 2013-06-30.22:36:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372631787.55.0.0950205965355.issue18189@psf.upfronthosting.co.za>
In-reply-to
Content
I asked on the core-mentorship list about pydev test philosophy. I got useful answers from Nick and Antoine that can be summarized as "We are pragmatic, not dogmatic." One may have to be a list member to read this link, but here it is.
http://mail.python.org/mailman/private/core-mentorship/2013-June/001855.html

I tried out multiple test methods, but decided that I preferred the continuous scenario in the patch that follows.

Because the code was written before the addition of sets, the private cache was a dict used as a set. I changed it to a set.
History
Date User Action Args
2013-06-30 22:36:27terry.reedysetrecipients: + terry.reedy, kbk, ncoghlan, roger.serwy, Todd.Rovito, python-dev, JayKrish, philwebster
2013-06-30 22:36:27terry.reedysetmessageid: <1372631787.55.0.0950205965355.issue18189@psf.upfronthosting.co.za>
2013-06-30 22:36:27terry.reedylinkissue18189 messages
2013-06-30 22:36:27terry.reedycreate