1 diff -up nose-1.3.7/nose/plugins/doctests.py.readunicode nose-1.3.7/nose/plugins/doctests.py
2 --- nose-1.3.7/nose/plugins/doctests.py.readunicode 2015-04-04 02:52:52.000000000 -0600
3 +++ nose-1.3.7/nose/plugins/doctests.py 2016-11-15 14:24:54.298239018 -0700
4 @@ -49,6 +49,7 @@ test.
6 from __future__ import generators
12 @@ -259,7 +260,7 @@ class Doctest(Plugin):
14 if self.extension and anyp(filename.endswith, self.extension):
15 name = os.path.basename(filename)
17 + dh = codecs.open(filename, encoding='utf-8')