[Merge] lp:~muktupavels/compiz/pygobject-warnings into lp:compiz

Dmitry Shachnev mitya57 at gmail.com
Thu Feb 7 10:25:44 UTC 2019


Review: Approve

For future, it is better to remove whitespace when passing function arguments.
Quoting from https://www.python.org/dev/peps/pep-0008/#other-recommendations:

Yes:

def complex(real, imag=0.0):
    return magic(r=real, i=imag)

No:

def complex(real, imag = 0.0):
    return magic(r = real, i = imag)

Anyway approving because it is not related to your fixes.
-- 
https://code.launchpad.net/~muktupavels/compiz/pygobject-warnings/+merge/362818
Your team Compiz Maintainers is subscribed to branch lp:compiz.



More information about the Ubuntu-reviews mailing list