mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified
by RFC 1642.
This commit is contained in:
parent
a05834e59c
commit
007f8dfde2
3 changed files with 4 additions and 1 deletions
|
|
@ -482,6 +482,7 @@ aliases = {
|
|||
# utf_7 codec
|
||||
'u7' : 'utf_7',
|
||||
'utf7' : 'utf_7',
|
||||
'unicode_1_1_utf_7' : 'utf_7',
|
||||
|
||||
# utf_8 codec
|
||||
'u8' : 'utf_8',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue