python-openid
python-openid copied to clipboard
encodeToURL of CheckIDRequest
should it better be:
for arg, value in self.message.args.items():
q[arg[1]] = value
instead of hand coded values as otherwise we loos e.g. sreg data?