This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | theller |
|---|---|
| Recipients | theller |
| Date | 2007年08月28日.06:11:28 |
| SpamBayes Score | 0.006990583 |
| Marked as misclassified | No |
| Message-id | <1188281488.85.0.654479324079.issue1042@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Unicode errors in various tests - not only in test_glob: test_glob test test_glob failed -- Traceback (most recent call last): File "c:\svn\py3k\lib\test\test_glob.py", line 87, in test_glob_directory_names eq(self.glob('*', '*a'), []) File "c:\svn\py3k\lib\test\test_glob.py", line 41, in glob res = glob.glob(p) File "c:\svn\py3k\lib\glob.py", line 16, in glob return list(iglob(pathname)) File "c:\svn\py3k\lib\glob.py", line 42, in iglob for name in glob_in_dir(dirname, basename): File "c:\svn\py3k\lib\glob.py", line 56, in glob1 names = os.listdir(dirname) UnicodeDecodeError: 'utf8' codec can't decode bytes in position 27-31: unexpected end of data |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007年08月28日 06:11:28 | theller | set | spambayes_score: 0.00699058 -> 0.006990583 recipients: + theller |
| 2007年08月28日 06:11:28 | theller | set | spambayes_score: 0.00699058 -> 0.00699058 messageid: <1188281488.85.0.654479324079.issue1042@psf.upfronthosting.co.za> |
| 2007年08月28日 06:11:28 | theller | link | issue1042 messages |
| 2007年08月28日 06:11:28 | theller | create | |