repoze / repoze.catalog

Python indexing and searching framework, useful outside Zope ecosystem
Other
12 stars 16 forks source link

Python3 support #7

Closed WuShell closed 5 years ago

WuShell commented 6 years ago

This pull requests contains the minimum changes to make it work with python 3. I've tried it in a python 3.6.1 env running part of that big code base I'm working on, so far it has worked fine (as good as it was running in a 2.7.13 env).

It uses the future package to keep backwards compatibility with python2.

On a next step I guess it would be nice to:

I can go on with that, but I'd like to get some feedback on this one first (thanks!)

WuShell commented 6 years ago

ping? I've seen there is another PR adding py3 support, but it seems both PRs got stuck somehow (still waiting for review on this one...)

jensens commented 5 years ago

sorry, superseded by #12

WuShell commented 5 years ago

Thanks for taking care of all this @jensens