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 georg.brandl
Recipients aklauer, amaury.forgeotdarc, benjamin.peterson, georg.brandl, jcea, loewis, pitrou, python-dev, rhettinger, skrah, terry.reedy, vstinner
Date 2012-06-25.16:03:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340640212.04.0.209667980177.issue10142@psf.upfronthosting.co.za>
In-reply-to
Content
As long as we have a test confirming that SEEK_HOLE/SEEK_DATA are *accepted* by the io module (which is a big part of the patch), it is fine.

E.g. calling seek() with the constants and check that it only raises OSError or nothing should work, right?
History
Date User Action Args
2012-06-25 16:03:32georg.brandlsetrecipients: + georg.brandl, loewis, rhettinger, terry.reedy, jcea, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, skrah, python-dev, aklauer
2012-06-25 16:03:32georg.brandlsetmessageid: <1340640212.04.0.209667980177.issue10142@psf.upfronthosting.co.za>
2012-06-25 16:03:31georg.brandllinkissue10142 messages
2012-06-25 16:03:31georg.brandlcreate