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 2008-03-26.04:24:12
SpamBayes Score 0.024202432
Marked as misclassified No
Message-id <1206505459.01.0.185425865749.issue2491@psf.upfronthosting.co.za>
In-reply-to
Content
The attached file has a snapshot of the python.org homepage that was
causing test_urllibnet to fail on some platforms (2 sparc, and ia64 at
least), but not other platforms.  This should be handled consistently.

I don't know if there are really errors in the attached web page or not.
 The problem occurs at byte offset 13259:

>>> data[13250:13270]
'r - Journ\xc3\xa9es Python'

I suppose that's invalid for ASCII, but valid UTF-8.

See r61921.  There is a problem that the API for fdopen doesn't accept
errors, encoding, etc. so it's problematic to handle this condition.
History
Date User Action Args
2008-03-26 04:24:19nnorwitzsetspambayes_score: 0.0242024 -> 0.024202432
recipients: + nnorwitz
2008-03-26 04:24:19nnorwitzsetspambayes_score: 0.0242024 -> 0.0242024
messageid: <1206505459.01.0.185425865749.issue2491@psf.upfronthosting.co.za>
2008-03-26 04:24:18nnorwitzlinkissue2491 messages
2008-03-26 04:24:16nnorwitzcreate