commit | 2a182dbf3f2520ad753792068391775d102b13df | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Oct 09 01:07:11 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Oct 09 01:07:11 2002 +0000 |
tree | faa5c63e41967d6a90898b61423ebdf19574f47c | |
parent | cfac1d4a1894789cc52e77723c9008f300a9050b [diff] |
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.