diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-11-07 20:01:56 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-11-07 20:01:56 (GMT) |
commit | d6eb3523f624563bcec9fb97401c9f7b646d7e15 (patch) | |
tree | 7aa6ce478ef89a8f77bff6e98e8faf2a449b49ec /Lib/test/output/test_pep277 | |
parent | cd246992567ac55dadb3503467a73f70ef30a04a (diff) | |
download | cpython-d6eb3523f624563bcec9fb97401c9f7b646d7e15.zip cpython-d6eb3523f624563bcec9fb97401c9f7b646d7e15.tar.gz cpython-d6eb3523f624563bcec9fb97401c9f7b646d7e15.tar.bz2 |
Stop printing listdir bytestring output, as the precise list of strings
returned depends on the filesystem encoding.
Diffstat (limited to 'Lib/test/output/test_pep277')
-rw-r--r-- | Lib/test/output/test_pep277 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/output/test_pep277 b/Lib/test/output/test_pep277 index 43bd9e1..75e5027 100644 --- a/Lib/test/output/test_pep277 +++ b/Lib/test/output/test_pep277 @@ -1,4 +1,3 @@ test_pep277 u'\xdf-\u66e8\u66e9\u66eb' -['???', '???', '??????', '????????????', '????G\xdf', 'Ge??-sa?', 'Gr\xfc\xdf-Gott', 'abc', 'ascii'] [u'Gr\xfc\xdf-Gott', u'abc', u'ascii', u'\u0393\u03b5\u03b9\u03ac-\u03c3\u03b1\u03c2', u'\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435', u'\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1', u'\u306b\u307d\u3093', u'\u66e8\u05e9\u3093\u0434\u0393\xdf', u'\u66e8\u66e9\u66eb'] |