It should be possible to override the User-Agent header.
Something along the following should do it
if not headers.get('User-Agent', None):
headers['User-Agent'] = 'Basic Agent'
Original issue reported on code.google.com by eero.afh...@gmail.com on 11 Oct 2009 at 8:05
Original issue reported on code.google.com by
eero.afh...@gmail.com
on 11 Oct 2009 at 8:05