I have just released version 0.1.1 of httplib2.
This release fixes several bugs raised by Jim Antill and adds support for Python 2.3 thanks to Xavier Verges Farrero. In addition it is now sporting a standard distutils based setup. Distutils is pretty sweet as it integrates directly into the cheeseshop. To build my release packages I just type:
$ python setup.py sdist --formats=gztar,zip
And to update the info on the cheeseshop I type:
$ python setup.py register
I will be setting up a bug tracking system and
mailing list soon. Any suggestions are welcome,
except for "Just use SourceForge", because SF is slow,
hasn't rolled out subversion to the general community
yet, it's slow, and did I mention it's slow?
Update: Apparently SourceForge is the worst possible choice, except for everything else, and that's why I'm eating crow and hosting httplib2 there.