Make the changelog UTF-8 compatible

This commit is contained in:
Anthony Sottile 2019-07-01 07:36:20 -07:00
parent 2a2134974c
commit ac302fb607
2 changed files with 412 additions and 406 deletions

File diff suppressed because it is too large Load diff

6
tests/test_meta.py Normal file
View file

@ -0,0 +1,6 @@
import io
def test_changelog_utf8_compatible():
with io.open("CHANGES.rst", encoding="UTF-8") as f:
f.read()