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 phuang
Recipients akuchling, josiahcarlson, loewis, nnorwitz, phuang, rhettinger, yotam
Date 2007-08-29.14:01:13
SpamBayes Score 0.10302373
Marked as misclassified No
Message-id <1188396073.79.0.769873795128.issue708374@psf.upfronthosting.co.za>
In-reply-to
Content
I updated the patch for trunk (r57652). In this patch, find, move and
flush methods use offset in mmap buffer instead of offset in file. It
also fix a bug in test_mmap.py and modified mmap document. Please review it.
Files
File name Uploaded
mmap.diff phuang, 2007-08-29.14:01:13
History
Date User Action Args
2007-08-29 14:01:14phuangsetspambayes_score: 0.103024 -> 0.10302373
recipients: + phuang, loewis, akuchling, nnorwitz, rhettinger, josiahcarlson, yotam
2007-08-29 14:01:13phuangsetspambayes_score: 0.103024 -> 0.103024
messageid: <1188396073.79.0.769873795128.issue708374@psf.upfronthosting.co.za>
2007-08-29 14:01:13phuanglinkissue708374 messages
2007-08-29 14:01:13phuangcreate