[issue708374] add offset to mmap

2007-10-22 Thread Guido van Rossum
Changes by Guido van Rossum: -- resolution: -> accepted status: open -> closed Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mai

[issue708374] add offset to mmap

2007-10-22 Thread Travis Oliphant
Travis Oliphant added the comment: I applied phuang's patch in revision 58598. This can be closed. Tracker <[EMAIL PROTECTED]> ___ Python-bug

[issue708374] add offset to mmap

2007-10-22 Thread Guido van Rossum
Guido van Rossum added the comment: Fine with me! -- nosy: +gvanrossum Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list

[issue708374] add offset to mmap

2007-10-21 Thread Travis Oliphant
Travis Oliphant added the comment: I think this patch can be committed to SVN. Paul Moore has tested it on Windows and I (Travis Oliphant) have tested it on UNIX (Mac OS X). The patch also includes documentation updates and tests. -- nosy: +teoliphant _

[issue708374] add offset to mmap

2007-08-29 Thread Huang Peng
Huang Peng added the comment: 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. Tracker <[EM

[issue708374] add offset to mmap

2007-08-28 Thread Huang Peng
Changes by Huang Peng: -- nosy: +phuang Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt