Bulk python3 print port

Douglas Bagnall douglas.bagnall at catalyst.net.nz
Sun Mar 11 21:39:01 UTC 2018


On 10/03/18 12:49, Github bot account via samba-technical wrote:
> New comment by abartlet on Samba Github repository
> 
> https://github.com/samba-team/samba/pull/146#issuecomment-371977835
> Comment:
> You broke autobuild.py which is why this failed travis-ci.

It looks like you missed a 'from __future__ import print_function',
which I think we need on every py3-print compatible file, even if it
doesn't make any immediate difference.

Apart from ensuring correctness for your changes,  it will stop
regressions into print statements from people like me who have been
using Python 2 since it was Python 1.5.

Douglas



More information about the samba-technical mailing list