Updates:
Labels: -Milestone-Release0.8.0 Python3
Comment #5 on issue 1763 by [email protected]: sympify(u"α") does not
work
http://code.google.com/p/sympy/issues/detail?id=1763
We now support Python 3, but there's still an error:
S("α")
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/home/vperic/devel/sympy/sympy-py3k/sympy/core/sympify.py", line
155, in sympify
expr = parse_expr(a, locals or {}, rational, convert_xor)
File "/home/vperic/devel/sympy/sympy-py3k/sympy/parsing/sympy_parser.py",
line 112, in parse_expr
expr = eval(code, global_dict, local_dict) # take local objects in
preference
File "<string>", line 1, in <module>
NameError: name 'α' is not defined
(dropping the milestone because it's just annoying :) )
--
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.