Ben Keene <seraphire@xxxxxxxxx> writes: > On 2/14/2020 12:15 AM, Denton Liu wrote: >> This change comes from 'git-p4: restructure code in submit' in >> 'bk/p4-pre-edit-changelist' which introduced the use of the `<>` >> operator. In Python 2, this is valid but in Python 3, it was removed. >> >> We can simply replace the `<>` with `!=` which is the new way of >> writing "not equals". > Absolutely. I'm committing the change now. Thanks. I didn't mean that the use of <> was the only bug in 'pu' wrt Python 3. I see you sent a new round out, but has it been tested under Python 3 already? Just checking to set my expectation right.