]> granicus.if.org Git - python/commitdiff
Fix wording.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 2 Mar 2010 23:56:38 +0000 (23:56 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 2 Mar 2010 23:56:38 +0000 (23:56 +0000)
Lib/test/test_pep277.py

index 9a4c3bba3509ae8f08fce07a5a1a4d5afb3f3abf..1b4ae8c3a652b0b1968eaf857ab28c0975ecf2d8 100644 (file)
@@ -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)