Skip to content

Py2 fix unicode docstring

Xiaoyu Wei requested to merge xywei/modepy:py2-fix-unicode-docstring into master

Some docstrings contain unicode characters. Though not breaking the tests here, it may cause errors in Py2 programs importing them.

This PR adds declarations of the source encoding, and imports unicode_literals to the concerned modules.

Merge request reports

Loading