There's a python3 compatibility trac plugin; presumably reviewers should just pay attention to that? For example, see the list on the right at https://patchbot.sagemath.org/ticket/21996/ David
On Mon, Dec 12, 2016 at 4:53 AM, Jori Mäntysalo <[email protected]> wrote: > 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 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
