First attempts at py3k - #38
Conversation
|
2to3 fixed what it could. I replaced some modules with their py3-compatible equivalents (mostly development branches). I had to get rid of the vendored code, as a lot of it was py3-incompatible and there do exist compatible upstream versions, so using them as packages was more elegant. I got to the point where I can import the newspaper module and most of the tasks I can reach with nose pass. I currently hit a wall due to the There is still plenty of work, I'd say, but it's a start. For now, a goal could be to be able to publish this as another package on PyPI (newspaper3) and then maybe slowly merge the two code-bases by adding |
|
Excellent job so far! I'm glad you are doing this. |
|
Closing this due to #86 |
Related to #36. This shouldn't be merged yet (incomplete). I want to start the conversation around the porting effort, though.