Home
last modified time | relevance | path

Searched refs:broken_unicode_with_streams (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_codecs.py1620 broken_unicode_with_streams = [ variable
1626 broken_incremental_coders = broken_unicode_with_streams[:]
1629 broken_unicode_with_streams.append("rot_13")
1644 broken_unicode_with_streams.append("bz2_codec")
1652 broken_unicode_with_streams.append("zlib_codec")
1669 if encoding not in broken_unicode_with_streams:
1774 if encoding in broken_unicode_with_streams: