mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Legacy print statements are syntax errors in Python 3 but print() function works as expected in both Python 2 and Python 3. Old style exceptions are syntax errors in Python 3 but new style exceptions work as expected in both Python 2 and Python 3.