[Patches] [ python-Patches-1508475 ] transparent gzip compression in liburl2

SourceForge.net noreply at sourceforge.net
Tue Jan 30 02:34:40 CET 2007


Patches item #1508475, was opened at 2006-06-19 09:59
Message generated for change (Comment added) made by jjlee
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1508475&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jakob Truelsen (antialize)
Assigned to: Nobody/Anonymous (nobody)
Summary: transparent gzip compression in liburl2

Initial Comment:
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.. 

----------------------------------------------------------------------

Comment By: John J Lee (jjlee)
Date: 2007-01-30 01:34

Message:
Logged In: YES 
user_id=261020
Originator: NO

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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1508475&group_id=5470


More information about the Patches mailing list