On 5/30/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > There are some backwards-incompat > changes between the Python 2.4 doctest.py (which is what is included in > Django) and the Python 2.5 version.
The version in Django isn't an _exact_ copy of Python 2.4; it has been slightly modified to give some flexibility that is present in unittest, but not in doctest - specifically, the nomination of the runner and test base class to use when constructing a doctest suite. I've got the change submitted to the Python ticket tracker (Python ticket #1521051). This has been notionally accepted for inclusion, but I need to go back and add some documentation and tests. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

