Hi Pablo!
On Fri, Apr 08, 2011 at 11:17:12AM +0200, Pablo Angulo wrote:
> I've found a very weird error trying to get some files pass the
> automated testing: I got the same "Expected" and "Got", but the test
> failed. Copy the following text to devel/sage/sage/misc/example.py:
>
> # -*-
I've found a very weird error trying to get some files pass the
automated testing: I got the same "Expected" and "Got", but the test
failed. Copy the following text to devel/sage/sage/misc/example.py:
# -*- coding: utf-8 -*
def f(text):
"""
EXAMPLES::
sage: from sage.misc.exampl