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

Basic Python 3 compatibility #251

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Basic Python 3 compatibility #251

wants to merge 2 commits into from

Conversation

g2p
Copy link

@g2p g2p commented Jan 6, 2014

This is fairly basic stuff, while evaluating static site generators
(most of which run on Python 3, which means most of hyde's dependencies
seem okay), I ran 2to3 on hyde and tweaked enough little things that I
could run hyde gen.

The UserDict change could probably be done with six to be compatible
with both Pythons, and I don't know the intent of _encode_path wrt bytes
and strings so I just made sure it matched what urllib.parse.quote does.

@CrustyBarnacle
Copy link

Will try to get this working instead of redoing all your work #270

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

2 participants