os.environ['HTTP_USER_AGENT'] is only set when running from browser. so i faked it by using:
userinfo = os.environ.get('HTTP_USER_AGENT', 'some default')
but the encoding issues are still there.
--
http://mail.python.org/mailman/listinfo/python-list
