Jeremy Hylton added the comment:
I'm sorry that I didn't notice this bug report in September! The
chunked support does exist in the http package, but it doesn't work with
urllib. Tracking in 4631.
--
nosy: +jhylton
resolution: -> duplicate
status: open -> closed
superseder: -> urlop
New submission from Chris Leow <[EMAIL PROTECTED]>:
Hi, fairly new to Python, so not sure if this is something you want as a
behaviour or not:
urllib.response object when fetching an HTTP1.1 page does not
transparently handle "Transfer-Encoding": "chunked", and I think it should.
You can view s