2012/11/20 Dieter Maurer <[email protected]>

> Try to use unicode docstrings, i.e.
>
>     def f(...):
>       u"""<docstring>"""
>
> rather than
>
>     def f(...):
>       """<docstring>"""
>
>
>
> --
> Dieter
>

Thanks for the reply Dieter,

It sure does work :D (as I mentioned it in my email before).

But actually I was wondering if I could go around this (e.g. not explicitly
mention u"""<docstring>""") without modifying the source code on my
installation as I did.

-- 
Thomas
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to