On Mon, 12 Dec 2016, Sébastien Labbé wrote:
I added a section "Authors/Reviewer's check list" to the page: https://wiki.sagemath.org/Python3-compatible%20code
Thanks.I think using find for all .py -files is enought. If someone wants to save few seconds, it is also possible to run
git diff --name-only develop your-new-branch | xargs python3... -- Jori Mäntysalo
