Merge remote-tracking branch 'minrk/strkeys' into work

This commit is contained in:
Ben Darnell 2012-02-19 20:04:13 -08:00
commit dca74f675e
1 changed files with 1 additions and 1 deletions

View File

@ -1360,7 +1360,7 @@ class Application(object):
if spec.regex.groupindex:
kwargs = dict(
(k, unquote(v))
(str(k), unquote(v))
for (k, v) in match.groupdict().iteritems())
else:
args = [unquote(s) for s in match.groups()]