> > I did that only for the debug reasons :-)
That's bad for debugging too. Real Exception and Stacktrace are far better than print('Error') on all time. Never do it even for debugging. -- https://mail.python.org/mailman/listinfo/python-list
> > I did that only for the debug reasons :-)
That's bad for debugging too. Real Exception and Stacktrace are far better than print('Error') on all time. Never do it even for debugging. -- https://mail.python.org/mailman/listinfo/python-list