Make the changelog UTF-8 compatible
This commit is contained in:
parent
2a2134974c
commit
ac302fb607
2 changed files with 412 additions and 406 deletions
812
CHANGES.rst
812
CHANGES.rst
File diff suppressed because it is too large
Load diff
6
tests/test_meta.py
Normal file
6
tests/test_meta.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import io
|
||||
|
||||
|
||||
def test_changelog_utf8_compatible():
|
||||
with io.open("CHANGES.rst", encoding="UTF-8") as f:
|
||||
f.read()
|
||||
Loading…
Add table
Add a link
Reference in a new issue