Hi, anyone know why these two statements aren't equivalent?

raise (type, value, traceback)

raise type, value, traceback
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to