Skip to content

Convert to Python3#7

Open
ralic wants to merge 1 commit intoliamw9534:masterfrom
Python3pkg:master
Open

Convert to Python3#7
ralic wants to merge 1 commit intoliamw9534:masterfrom
Python3pkg:master

Conversation

@ralic
Copy link
Copy Markdown

@ralic ralic commented May 18, 2017

using : find . -name '*.py' | xargs 2to3 -w

@gillg
Copy link
Copy Markdown

gillg commented Sep 1, 2017

It's not a good idea to replace all source code for retrocompatibility reasons.

Juste use 2to3 in setup.py and one other trick for gobjects is perfect. 2to3 will be executed on all files at setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants