Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

unicode keyword arguments break on Python < 2.6.5 #1

Open
labisso opened this issue Apr 2, 2012 · 0 comments
Open

unicode keyword arguments break on Python < 2.6.5 #1

labisso opened this issue Apr 2, 2012 · 0 comments

Comments

@labisso
Copy link
Contributor

labisso commented Apr 2, 2012

Operation arguments are fed to the handler function as keyword args. This can break on older pythons which do not allow unicode keyword args. I believe the fix will be as simple as converting all keywords to string on the handler side.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant