]> granicus.if.org Git - python/commit
Fix test_unicode_file errors on platforms without Unicode file support,
authorMark Hammond <mhammond@skippinet.com.au>
Wed, 3 Dec 2003 22:16:47 +0000 (22:16 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Wed, 3 Dec 2003 22:16:47 +0000 (22:16 +0000)
commit2e8624c21ad0808bad02a2cf907d9a266f9c99d8
treee2be9b0c72f723fab3b69c1ba202b90707cc9011
parent07f1dfa91cd74fbdad9f88ea6aa80249cd0ada14
Fix test_unicode_file errors on platforms without Unicode file support,
by setting TESTFN_UNICODE_UNENCODEABLE on these platforms.
test_unicode_file only attempts to use the name for testing if not None.
Lib/test/test_support.py
Lib/test/test_unicode_file.py