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.
Created on 2007年08月26日 03:37 by nnorwitz, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg55303 - (view) | Author: Neal Norwitz (nnorwitz) * (Python committer) | Date: 2007年08月26日 03:37 | |
A traceback that occurs within a list comprehension (and probably all comprehensions) only shows the stack from the comprehension, not the entire scope: Traceback (most recent call last): File "Lib/test/test_multibytecodec_support.py", line 35, in test_chunkcoding for f in self.tstring]): File "Lib/test/test_multibytecodec_support.py", line 35, in <listcomp> for f in self.tstring]): UnicodeDecodeError: 'utf8' codec can't decode byte 0xa6 in position 0: unexpected code byte |
|||
| msg66799 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年05月13日 19:32 | |
This seems to be fixed in current SVN. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:26 | admin | set | github: 45366 |
| 2008年05月13日 19:32:15 | georg.brandl | set | status: open -> closed resolution: out of date messages: + msg66799 nosy: + georg.brandl |
| 2008年01月06日 22:29:45 | admin | set | keywords:
- py3k versions: Python 3.0 |
| 2007年09月17日 06:29:23 | jafo | set | priority: normal |
| 2007年08月26日 03:37:20 | nnorwitz | create | |