The User-Agent field sent to servers has the string "$Rev$" in it
instead of a version:
User-Agent: Python-httplib2/$Rev$
This is due to a revision control tag that is never replaced.
/usr/share/pyshared/httplib2/__init__.py:
__version__ = "$Rev$"
...
headers['user-agent'] = "Python-httplib2/%s" % __version__
Original issue reported on code.google.com by dktrkr...@gmail.com on 6 Mar 2011 at 1:29
Original issue reported on code.google.com by
dktrkr...@gmail.com
on 6 Mar 2011 at 1:29