[SOLVED] WAPT2.0 Documentation
Published: July 1, 2021 - 11:22 AM
Hello,
At least one page of the WAPT 2.0 documentation uses Python 2 syntax, whereas WAPT 2.0 only works with Python 3.
Specifically: https://www.wapt.fr/en/doc/wapt-create- ... pt-package
It contains the `raw_input` function, which no longer exists in Python 3, and the `print` syntax without parentheses...
Could you please update this documentation to accurately reflect version 2.0?
Thank you.
At least one page of the WAPT 2.0 documentation uses Python 2 syntax, whereas WAPT 2.0 only works with Python 3.
Specifically: https://www.wapt.fr/en/doc/wapt-create- ... pt-package
It contains the `raw_input` function, which no longer exists in Python 3, and the `print` syntax without parentheses...
Could you please update this documentation to accurately reflect version 2.0?
Thank you.