Fedora Account System
Red Hat Associate
Red Hat Customer
Created attachment 1107592 [details] 0001-Use-print-as-a-function-for-Python-3.-PEP-3105.patch.txt I originally sent this e-mail: https://lists.fedoraproject.org/archives/list/python-devel%40lists.fedoraproject.org/thread/3EP3MBRQNGC56VTUWFA74L3Y7VKYXC5P/ but was told that I should follow up with a bug. The kernel-tests scripts at https://git.fedorahosted.org/git/kernel-tests.git have Python code which does not run under Python3. The attached patches fix these problems.
Created attachment 1107593 [details] 0002-Use-repr-instead-of-backticks.-PEP-3099.patch.txt
Created attachment 1107594 [details] 0003-Fix-exception-handling-syntax.-PEP-3110.patch.txt
Created attachment 1107595 [details] 0004-Use-input-instead-of-raw_input-.-PEP-3111.patch.txt
These were applied. Thanks!
Created attachment 1108487 [details] 0005-Remove-extra-parentheses.patch.txt
(In reply to Craig Rodrigues from comment #5) > Created attachment 1108487 [details] > 0005-Remove-extra-parentheses.patch.txt Thanks for accepting my patches. Here is another small fix, and then I'm done. :) On a separate note, I submitted similar small fix to kerneltest-harness: https://github.com/jmflinuxtx/kerneltest-harness/pull/21 but I guess I can follow up that on github rather than in this bug.
Yup, I saw your updates there, but I want the others to have a look at them before I apply. Guessing this won't happen until the new year with the holidays here and half the folks already on vacation.
Hello, Should a separate bug be opened for that last patch?