python-openid icon indicating copy to clipboard operation
python-openid copied to clipboard

encodeToURL of CheckIDRequest

Open Henner opened this issue 12 years ago • 0 comments

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?

Henner avatar Oct 04 '12 05:10 Henner