Merge pull request #3281 from asottile/utf8_changes

Make the changelog UTF-8 compatible
This commit is contained in:
David Lord 2019-07-01 09:38:43 -07:00 committed by GitHub
commit 5a04590e9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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()