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

Changes to support Python 3 #22

Closed
wants to merge 14 commits into from
Closed

Changes to support Python 3 #22

wants to merge 14 commits into from

Conversation

jshipley
Copy link

  • use str instead of unicode for py3
  • use dict.items instead of dict.iteritems for py3

miguelgrinberg and others added 4 commits February 18, 2013 19:44
BaseQuery.paginate() method works now.
- use str instead of unicode for py3
- use dict.items instead of dict.iteritems for py3
@jshipley
Copy link
Author

This will fix issue #19

@DianaNites
Copy link

you can directly override the unicode variable on python 3, minimizing code changes

If it's python 3, unicode = str
if not, nothing.

@cheevahagadog
Copy link

Any update on when a Python 3 version will be available?

@dhamaniasad
Copy link
Collaborator

Hey @cheevahagadog!

I manage a fork of this project that has incorporated the Python 3 support already. I will work soon on merging my fork back into this repo. Until that is accomplished, I would recommend that you check out the fork in case you need Python 3 support right now.

@imndaiga
Copy link

I believe there's a requirements bug with flask-whooshalchemy (0.8) and your fork @dhamaniasad. Both require Flask==0.10.1 and Whoosh==2.6.0, much older packages than should be necessary IMO

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

Successfully merging this pull request may close these issues.

None yet

7 participants