Serhiy Storchaka added the comment: > When OverflowError is raised? Shouldn't it be replaced with ValueError?
At least Python implementation of io.FileIO can raise OverflowError (from os.lseek()). Thus OverflowError should be kept. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26927> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com