On Mon, Jul 14, 2008 at 10:55 AM, Matt Wilson <[EMAIL PROTECTED]> wrote: > > I'm trying to figure out if I'm running the tests incorrectly, or if > there are really are failed tests in the revision.
I'm not seeing any failure in my checkout of [7920]. Looking at the failures you are getting, it looks like you might not have a completely clean checkout. At least some of the failures appear to be due to the recently added python 2.3 compatibility implementation of sorted(), and the tests of that function. To check - the last function in django.utils.itercompat should be a naive implementation of sorted(). If that method isn't there, your checkout isn't complete (or is corrupted in some way). If it is there, try running 'from django.utils.itercompat import sorted as compat_sorted', and see what happens. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---