Fix next(), print(), and raw_input() to work in both Python 2 and Python 3 (#5599)
Legacy print statements are syntax errors in Python 3 but print() function works as expected in both Python 2 and Python 3. Resolves syntax errors and name errors that have the potential to halt the runtime. Risk Level: Minimal Testing: http://flake8.pycqa.org Signed-off-by: cclauss <cclauss@me.com> Mirrored from https://github.com/envoyproxy/envoy @ abd82f7c078b5c38faaecb885b46e0ac053e0353pull/620/head
parent
47a7eabcd2
commit
762f1e0032
3 changed files with 7 additions and 5 deletions
Loading…
Reference in new issue