This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author guest
Recipients dstanek, guest, orsenthil, r.david.murray
Date 2010-08-04.12:55:58
SpamBayes Score 1.5968325e-08
Marked as misclassified No
Message-id <1280926560.68.0.626098364785.issue9500@psf.upfronthosting.co.za>
In-reply-to
Content
Nah sorry, I've just been bothered to report it. As I don't run py3 can't write a patch anyway. And it wouldn't help for my current python 2.x setups also.
I guess it's sufficient if this is googleable, and per-application workarounds are very much ok, as Python2 isn't that widely used for webapps.

Also, httplib2 supports Content-Encoding. They still have that raw deflate vs. zlib bug, but that can be fixed. And as externally distributed lib will remedy the situation for all apps and Python < 2.8.

However, it might be a better idea to add a note to the urllib/2 documentation instead. "No default handler for Content-Encoding..." because many people stumbled on this before (see google/stackoverflow).
History
Date User Action Args
2010-08-04 12:56:00guestsetrecipients: + guest, orsenthil, dstanek, r.david.murray
2010-08-04 12:56:00guestsetmessageid: <1280926560.68.0.626098364785.issue9500@psf.upfronthosting.co.za>
2010-08-04 12:55:59guestlinkissue9500 messages
2010-08-04 12:55:58guestcreate