Issue1025
Created on 2007-08-26 03:37 by nnorwitz, last changed 2008-05-13 19:32 by georg.brandl.
|
msg55303 - (view) |
Author: Neal Norwitz (nnorwitz) |
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) |
Date: 2008-05-13 19:32 |
|
This seems to be fixed in current SVN.
|
|
| Date |
User |
Action |
Args |
| 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 | |
|