Issue 1641 in sympy: doctests require newline only when run for single file

2009-10-21 Thread codesite-noreply
Comment #8 on issue 1641 by smichr: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 There is a difference (apparently) between python's doctest.testfile which will extract and run tests from the specified file and this other

Issue 1641 in sympy: doctests require newline only when run for single file

2009-10-21 Thread codesite-noreply
Comment #9 on issue 1641 by smichr: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 There's something history dependent...I just started a new interpreter session: PythonWin 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32

Issue 1641 in sympy: doctests require newline only when run for single file

2009-10-21 Thread codesite-noreply
Comment #11 on issue 1641 by smichr: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 p.s. to previous comment: it should be obvious by the second reference to command line that I meant interactive session. I've traced through the

Issue 1675 in sympy: Inconsistent behaviour of atoms()

2009-10-21 Thread codesite-noreply
Comment #8 on issue 1675 by and...@hotmail.com: Inconsistent behaviour of atoms() http://code.google.com/p/sympy/issues/detail?id=1675 Thanks for your help - I found the module / functions and your suggested method is working well. Apologies for the confusion - I looked for iterables at

Issue 1641 in sympy: doctests require newline only when run for single file

2009-10-21 Thread codesite-noreply
Comment #12 on issue 1641 by asmeurer: doctests require newline only when run for single file http://code.google.com/p/sympy/issues/detail?id=1641 The UnicodeEncodeError seems to be related to the pretty printer: $./bin/isympy -c python -p no import doctest as pdoctest