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 nnorwitz
Recipients nnorwitz
Date 2007-08-26.03:37:19
SpamBayes Score 0.009180321
Marked as misclassified No
Message-id <1188099440.22.0.56979431714.issue1025@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2007-08-26 03:37:20nnorwitzsetspambayes_score: 0.00918032 -> 0.009180321
recipients: + nnorwitz
2007-08-26 03:37:20nnorwitzsetspambayes_score: 0.00918032 -> 0.00918032
messageid: <1188099440.22.0.56979431714.issue1025@psf.upfronthosting.co.za>
2007-08-26 03:37:20nnorwitzlinkissue1025 messages
2007-08-26 03:37:19nnorwitzcreate