Martin v. Löwis <[email protected]> added the comment: > You are saying that if I pass a long to the i argument parser it will > cause a problem. But if I passed a int, it will be same as before and > overflow will not be detected at all.
Correct. So you should use the l argument parser. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6873> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
