mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #22682: Added support for the kz1048 encoding.
This commit is contained in:
parent
0d4df752ac
commit
ad8a1c3fb2
8 changed files with 19 additions and 3 deletions
|
@ -704,7 +704,7 @@ class ElementTreeTest(unittest.TestCase):
|
|||
'mac-roman', 'mac-turkish',
|
||||
'iso2022-jp', 'iso2022-jp-1', 'iso2022-jp-2', 'iso2022-jp-2004',
|
||||
'iso2022-jp-3', 'iso2022-jp-ext',
|
||||
'koi8-r', 'koi8-u',
|
||||
'koi8-r', 'koi8-u', 'kz1048',
|
||||
'hz', 'ptcp154',
|
||||
]
|
||||
for encoding in supported_encodings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue