[issue2243] urllib2. strange behavior for getting chuncked transfer-ecnoded data

2008-05-12 Thread Georg Brandl

Changes by Georg Brandl [EMAIL PROTECTED]:


--
status: pending - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2243
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2243] urllib2. strange behavior for getting chuncked transfer-ecnoded data

2008-03-21 Thread Georg Brandl

Georg Brandl [EMAIL PROTECTED] added the comment:

I don't think we should change this -- it sounds like gratuitous
breakage to me, and I also don't see the reason why httplib should throw
away an HTTP header just because the user isn't likely to need it.

--
resolution:  - wont fix
status: open - pending

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2243
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2243] urllib2. strange behavior for getting chuncked transfer-ecnoded data

2008-03-20 Thread Sean Reifschneider

Changes by Sean Reifschneider [EMAIL PROTECTED]:


--
assignee:  - georg.brandl
nosy: +georg.brandl
priority:  - normal

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2243
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2243] urllib2. strange behavior for getting chuncked transfer-ecnoded data

2008-03-06 Thread begemoth

New submission from begemoth:

Through urllib2 open web pages from some sites (www.rbc.ru, www.rambler.ru, 
www.yandex.ru). Their servers send data in chuncked transfer-encoding. httplib 
(which is used by urllib2) unchunk data but I recieve transfer-encoding: 
chuncked in response header nevertheless. It seems to me that this key in 
header need to be removed from the header if httplib unchuncked the data.

--
components: Library (Lib)
messages: 63316
nosy: begemoth
severity: normal
status: open
title: urllib2. strange behavior for getting chuncked transfer-ecnoded data
type: behavior
versions: Python 2.5

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2243
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com