Conversation
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
Thanks for your contribution. Did you actually test this, or is this only a simple 2to3 conversion? |
|
Only b43-asm was tested (as a build-tool for OpenFWWF firmware). Other tools weren't tested. And yes this was done with 2to3. |
|
Ok. Hm. Well, porting Python2 to 3 is hard, because every single line of code should be executed at least once to get a reasonable idea of whether it works or not. I would like to rather leave the ancient scripts as-is Python2 than breaking them. For example the debug scripts. Does anybody really use them today? And if so, do they do it on a modern system? Can we split this PR into seperate PRs? One for fwcutter and one for disassembler? And can we leave the debug scripts as-is? |
Sounds reasonable.
Sure thing. I'll split it and review it more thoroughly. |
Python 2.x no longer supported by upstream. Let's use Python3 explicitly.