Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Support Python 3 #180
Support Python 3 #180
Comments
|
some of the urllib(2) and HTMLParser pieces have moved around and sometimes 2to3 wont fix it correctly. lemme take a look at the script and see how feasible it would be to have a codebase that supports both py 2/3. |
|
I think we can make it 2to3 friendly. And then add 2to3 to the new build system (hey, we have a whole feature set for that!). |
|
At least the youtube IE works since 0f00efe. |
Maybe provide a version generated by 2to3 (don't forget to test updating with that), but at least make sure 2to3 works flawlessly.