]> granicus.if.org Git - python/commit
Logic for determining whether skipping test_pep277 is expected: whether
authorTim Peters <tim.peters@gmail.com>
Wed, 9 Oct 2002 01:07:11 +0000 (01:07 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 9 Oct 2002 01:07:11 +0000 (01:07 +0000)
commit2a182dbf3f2520ad753792068391775d102b13df
treefaa5c63e41967d6a90898b61423ebdf19574f47c
parentcfac1d4a1894789cc52e77723c9008f300a9050b
Logic for determining whether skipping test_pep277 is expected:  whether
ths "should be" skipped depends on os.path.supports_unicode_filenames,
not really on the platform.  Fiddled the expected-skip constructor
appropriately.
Lib/test/regrtest.py