Updates:
        Labels: -NeedsReview NeedsBetterPatch

Comment #9 on issue 1587 by asmeurer: Polynomials docs
http://code.google.com/p/sympy/issues/detail?id=1587

The docs look good, but I get this problem in the Python 2.5 doctest runner:


============================== txt doctests start ==============================

sympy/doc/src/gotchas.txt [104] [OK] sympy/doc/src/modules/assumptions.txt [80] [OK] sympy/doc/src/modules/concrete.txt [22] [OK] sympy/doc/src/modules/evalf.txt [74] [OK] sympy/doc/src/modules/functions.txt [25] [OK] sympy/doc/src/modules/geometry.txt [46] [OK]
*** DocTestRunner.merge: 'index.txt' in both testers; summing outcomes.
sympy/doc/src/modules/integrals.txt [8] [OK] sympy/doc/src/modules/logic.txt [15] [OK] sympy/doc/src/modules/matrices.txt [96] [OK] sympy/doc/src/modules/polys/basics.txt [55] [OK]
*** DocTestRunner.merge: 'index.txt' in both testers; summing outcomes.
Traceback (most recent call last):
  File "bin/doctest", line 38, in <module>
    "blacklist": blacklist, "normal": options.normal})
File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py", line 257, in doctest
    optionflags=pdoctest.ELLIPSIS | pdoctest.NORMALIZE_WHITESPACE)
  File "/sw/lib/python2.5/doctest.py", line 1938, in testfile
    runner.run(test)
  File "/sw/lib/python2.5/doctest.py", line 1361, in run
    return self.__run(test, compileflags, out)
  File "/sw/lib/python2.5/doctest.py", line 1277, in __run
    self.report_failure(out, test, example, got)
  File "/sw/lib/python2.5/doctest.py", line 1141, in report_failure
    self._checker.output_difference(example, got, self.optionflags))
UnicodeEncodeError: 'ascii' codec can't encode character u'\u239b' in position 245: ordinal not in range(128)


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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/sympy-issues?hl=en.

Reply via email to