bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230)

This commit is contained in:
Victor Stinner 2019-05-10 03:19:54 +02:00 committed by GitHub
parent 137be34180
commit d267ac20c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 134 deletions

View file

@ -534,6 +534,7 @@ aliases = {
'utf8' : 'utf_8',
'utf8_ucs2' : 'utf_8',
'utf8_ucs4' : 'utf_8',
'cp65001' : 'utf_8',
# uu_codec codec
'uu' : 'uu_codec',