Skip to content

dsdb: Upgrade to modern Python 3 syntax

Jelmer Vernooij requested to merge jelmer/samba:dsdb-py3-upgrade into master

Upgrade Python code to modern syntax

Checklist

  • Commits have Signed-off-by: with name/author being identical to the commit author

Reviewer's checklist:

  • There is a test suite reasonably covering new functionality or modifications
  • Function naming, parameters, return values, types, etc., are consistent and according to README.Coding.md
  • This feature/change has adequate documentation added
  • No obvious mistakes in the code

Merge request reports