Skip to content

Update Debian packaging to use Python 3

Simon McVittie requested to merge wip/smcv/py3 into master
  • Use Python 3-style print() function in more places

  • Use Python 3-style open() in non-main scripts

    Python 3 no longer has the file() builtin.

  • debian: Build with Python 3

Merge request reports