forked from orbit-oss/flask
Merge pull request #3281 from asottile/utf8_changes
Make the changelog UTF-8 compatible
This commit is contained in:
commit
5a04590e9c
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