From 9e220be19d5f1ba1729f8713aa9162b552c4b0c8 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Tue, 2 Mar 2010 23:56:38 +0000 Subject: Fix wording. --- Lib/test/test_pep277.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/test/test_pep277.py b/Lib/test/test_pep277.py index 9a4c3bb..1b4ae8c 100644 --- a/Lib/test/test_pep277.py +++ b/Lib/test/test_pep277.py @@ -38,8 +38,8 @@ class UnicodeFileTests(unittest.TestCase): f = open(name, 'w') except UnicodeEncodeError: if not os.path.supports_unicode_filenames: - raise unittest.SkipTest("test works only on NT+, and with " - "pseudo-Unicode filesystems") + raise unittest.SkipTest("only NT+ and systems with Unicode" + "-friendly filesystem encoding") f.write((name+'\n').encode("utf-8")) f.close() os.stat(name) -- cgit v0.12