Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_unicode.py1072 def test_codecs(self): member in UnicodeTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_unicode.py2253 def test_codecs(self): member in UnicodeTest
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst3538 function, test_codecs now clears the encoding caches to avoid the appearance
5314 Added some additional checks to test_codecs to ensure that statements in the
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY1275 - Issue #19548: Added some additional checks to test_codecs to ensure that
1751 helping function, test_codecs now clears the encoding caches to avoid the
6116 - Issue #16918: test_codecs now works with unittest test discovery.