Comment 0 for bug 1596131

Revision history for this message
jingtao liang (liang-jingtao) wrote :

use py3 run the test:

try:
    a > 1
except Exception, e:
    print 1

SyntaxError: invalid syntax