classification
Title: transparent gzip compression in liburl2
Type: feature request Stage: test needed
Components: Extension Modules, Library (Lib) Versions: Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: antialize, jjlee, orsenthil (3)
Priority: normal Keywords easy, patch

Created on 2006-06-19 08:59 by antialize, last changed 2009-04-22 18:48 by ajaksu2.

Files
File name Uploaded Description Edit Remove
urllib2-gzip.patch antialize, 2006-06-19 09:26 urllib2-gzip.patch
Messages (2)
msg50500 - (view) Author: Jakob Truelsen (antialize) Date: 2006-06-19 08:59
Some webservers support gzipping things before sending
them, this patch adds transparrent support for this in
urllib2 (documentation http://www.http-compression.com/)

This patach *requires* hash patch 914340 as a
prerequirement as this enabels stream support in the
gzip libary.. 
msg50501 - (view) Author: John J Lee (jjlee) Date: 2007-01-30 01:34
Looks good.

This needs tests and docs.  As a new feature, this could not be released until Python 2.6.

It would be nice to have support for managing content negotiation in general, but that wish isn't an obstacle to this patch.
History
Date User Action Args
2009-04-22 18:48:53ajaksu2setkeywords: + easy
2009-02-12 17:42:44ajaksu2setnosy: + orsenthil
stage: test needed
type: feature request
components: + Library (Lib)
versions: + Python 2.7, - Python 2.4
2006-06-19 08:59:09antializecreate