On Tue, Apr 20, 2010 at 5:09 PM, Karen Tracey <kmtra...@gmail.com> wrote:
> On Tue, Apr 20, 2010 at 5:03 PM, Alex Gaynor <alex.gay...@gmail.com> wrote:
>>
>> Do you have any idea how that caused the fail, it should be completely
>> innocuous?
>>
>
> I'm guessing it's got something to do with the ... at the beginning of the
> line making it appear to be a shell continuation line, not ellipsis for
> output checking. But why that has the ultimate effect of causing none of the
> doctests defined in the __test__ dictionary in forms/tests.py to run...I
> dunno. But they don't run with that change.
>
> Karen
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To post to this group, send email to django-develop...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-developers+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-developers?hl=en.
>

Ok, I'll throw a patch up to convert it to an equality comparison this
evening.  That'll be ellipsis safe and work on CPYthon and PyPy.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your
right to say it." -- Voltaire
"The people's good is the highest law." -- Cicero
"Code can always be simpler than you think, but never as simple as you
want" -- Me

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to