20.04.2011 15:08, [email protected] пишет: > Hi, > > I have a branch that is ready for review (and hopefully inclusion) but I > have left a few assert tests commented with a TODO tag. Those tests deal > with pretty printing and it would be nice to finish them, but reconstructing > unicode strings with escape characters is not very amusing. > > Is there any convenience function that will give me not only the unicode > string of a pretty print representation, but it will also translate the > non-ascii characters to \uXXXX substring? > > Regards > Stefan >
Hi, What is the pull request number or the branch and repository or the example? I suppose that you can quite the contrary use u""" """ syntax (or unicode() ) applying to expected etalon to compare it with resulted unicode string. -- Alexey U. -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
