-
Notifications
You must be signed in to change notification settings - Fork 92
Python 3 compatibility #38
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
Conversation
6bad884 to
e300078
Compare
|
I've made a first shot porting tests. All syntax and idioms should be ok. Remain 7 failures and 2 errors that require a deeper look at Mapnik internal, and I'm keeping them for a later session. For the record, I need to manually set my fonts directory, otherwise Mapnik don't find them and I've a bunch of error due to this: There is a huge PEP8 cleaning needed, but I prefer to make them in a separate commit, and when all tests passes, so it does not generate useless noise while debugging. Current tests statusFeedback welcome :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How backwards compatible is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.6+
3.3+
|
@flippmoke I've now same failures on python 3 with For the record here are the remaining errors: Plus, in the three cases, I've 108 errors on the visual suite. |
847951e to
72dcb2f
Compare
|
\o/ |
ref: #36
Work in progress, not to be merged yet, but can be discussed at least :)