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 jcea
Recipients jcea, loewis, pitrou, rhettinger
Date 2010-11-09.02:56:15
SpamBayes Score 3.5667974e-05
Marked as misclassified No
Message-id <1289271378.47.0.742299344887.issue10142@psf.upfronthosting.co.za>
In-reply-to
Content
This is far more complicated that expected, because I would like to modify "file.seek()" to be able to support these flags too. Analizing "Modules/_io/bufferedio.c:buffered_seek()", the logic is pretty convoluted and the ramifications are extensible.

Should I limit myself to "os.lseek()"/"os.read()"/"os.write()"?. This flags are obscure, but useful enough to be useful even with this limitation.

Fut I don't feel comfy with this partial support.
History
Date User Action Args
2010-11-09 02:56:18jceasetrecipients: + jcea, loewis, rhettinger, pitrou
2010-11-09 02:56:18jceasetmessageid: <1289271378.47.0.742299344887.issue10142@psf.upfronthosting.co.za>
2010-11-09 02:56:16jcealinkissue10142 messages
2010-11-09 02:56:15jceacreate