This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Alex.Willmer, pitrou, python-dev, rosslagerwall, serhiy.storchaka, twouters, xdegaye
Date 2016-05-23.12:42:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464007357.81.0.256170257775.issue26927@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2016-05-23 12:42:37serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, pitrou, xdegaye, rosslagerwall, python-dev, Alex.Willmer
2016-05-23 12:42:37serhiy.storchakasetmessageid: <1464007357.81.0.256170257775.issue26927@psf.upfronthosting.co.za>
2016-05-23 12:42:37serhiy.storchakalinkissue26927 messages
2016-05-23 12:42:37serhiy.storchakacreate