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

Python 3 #226

Closed
eneepo opened this issue Dec 14, 2014 · 2 comments
Closed

Python 3 #226

eneepo opened this issue Dec 14, 2014 · 2 comments

Comments

@eneepo
Copy link
Collaborator

eneepo commented Dec 14, 2014

Once more I've merged the master into py3 branch and fixed the issues except those three that were left behind from last merge and I mentioned in pull request #151 .

These three test are introduced in this commit e8b7cb8 which is adding support for binary types. I'm not very familiar with the issue so I've be really grateful if anyone could fix them or at least helps me understand what is going on so that I can fix them(I'd be more grateful if someone could do both).

Other than that I think py3 is ready, please review and comment so that after updating the documentation we can merge it into master.

@eneepo
Copy link
Collaborator Author

eneepo commented Dec 20, 2014

I fixed it.

@eneepo eneepo closed this as completed Dec 20, 2014
@u1735067
Copy link

I think this can be reopened, I just tried to use it with python3.4 and mongokit head version and it fails.

  File "/srv/emma/pymodules/mongokit/mongokit/schema_document.py", line 665
    except Exception, e:
                    ^
SyntaxError: invalid syntax
  File "/srv/emma/pymodules/mongokit_perso/mongokit/schema_document.py", line 338, in SchemaDocument
    long,
NameError: name 'long' is not defined

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

No branches or pull requests

2 participants