Skip to content

Use print as a function for Python 3. [PEP 3105]

username-removed-307243 requested to merge (removed):PEP3105 into master

For Python 2 compatibility, import print_function from the future module. This works as far back as Python 2.6.0a2: https://docs.python.org/2/library/future.html

Merge request reports