Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 issues #112

Closed
wants to merge 1 commit into from
Closed

Python 3 issues #112

wants to merge 1 commit into from

Conversation

neumond
Copy link

@neumond neumond commented Sep 1, 2013

I'm trying to run dajaxice under python 3, and here I've fixed 2 issues.

  1. Import error (python 3 requires explicit relative imports)
  2. There is no need for safe_dict at all. Even python 2.6 can accept unicode keys in kwargs. You can check this here http://stackoverflow.com/questions/4598604/ . In py3, this function makes binary keys instead of strings and entirely blocks parameter passing.

@neumond neumond closed this May 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant