Fixes #1725: On py2 environment, doctest with using non-ASCII characters causes 'ascii' codec can't decode byte exception.

This commit is contained in:
shimizukawa
2015-08-02 00:07:23 +09:00
parent 5cdd58f634
commit 82e05e7a9c
3 changed files with 57 additions and 14 deletions

View File

@@ -47,6 +47,8 @@ Bugs fixed
* #1869: Fix problems when dealing with files containing non-ASCII characters. Thanks to
Marvin Schmidt.
* #1798: Fix building LaTeX with references in titles.
* #1725: On py2 environment, doctest with using non-ASCII characters causes
``'ascii' codec can't decode byte`` exception.
Release 1.3.1 (released Mar 17, 2015)