Issue1508475
Created on 2006-06-19 08:59 by antialize, last changed 2009-04-22 18:48 by ajaksu2.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
urllib2-gzip.patch
|
antialize,
2006-06-19 09:26
|
urllib2-gzip.patch |
|
|
|
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.
|
|
| Date |
User |
Action |
Args |
| 2009-04-22 18:48:53 | ajaksu2 | set | keywords:
+ easy |
| 2009-02-12 17:42:44 | ajaksu2 | set | nosy:
+ orsenthil stage: test needed type: feature request components:
+ Library (Lib) versions:
+ Python 2.7, - Python 2.4 |
| 2006-06-19 08:59:09 | antialize | create | |
|