Fix decode error in Python 2.7 when docstrings contain a non-ascii character

Fix #628
This commit is contained in:
Bruno Oliveira
2016-01-08 22:19:37 -02:00
parent 29b05c8391
commit 3c19cfcd9a
3 changed files with 69 additions and 8 deletions

View File

@@ -19,6 +19,9 @@
properly displayed.
Thanks Ionel Maries Cristian for the report and Bruno Oliveira for the PR.
- fix #628: fixed internal UnicodeDecodeError when doctests contain unicode.
Thanks Jason R. Coombs for the report and Bruno Oliveira for the PR.
2.8.5
-----