mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Patch #670715: Universal Unicode Codec for POSIX iconv.
This commit is contained in:
parent
afef4eefa8
commit
9789aefa61
6 changed files with 690 additions and 0 deletions
|
@ -556,6 +556,7 @@ _expectations = {
|
|||
test_gdbm
|
||||
test_gl
|
||||
test_grp
|
||||
test_iconv_codec
|
||||
test_imgfile
|
||||
test_largefile
|
||||
test_linuxaudiodev
|
||||
|
@ -611,6 +612,7 @@ _expectations = {
|
|||
test_fork1
|
||||
test_gl
|
||||
test_grp
|
||||
test_iconv_codec
|
||||
test_imgfile
|
||||
test_largefile
|
||||
test_linuxaudiodev
|
||||
|
@ -898,6 +900,7 @@ _expectations = {
|
|||
test_dl
|
||||
test_email_codecs
|
||||
test_gl
|
||||
test_iconv_codec
|
||||
test_imgfile
|
||||
test_largefile
|
||||
test_linuxaudiodev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue