Issue1752647
Created on 2007-07-12 13:45 by jcgregorio, last changed 2008-01-06 22:29 by admin.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
mmap_struni.patch
|
jcgregorio,
2007-07-12 13:45
|
Patch for mmap and its unit tests |
|
|
|
msg52863 - (view) |
Author: Joe Gregorio (jcgregorio) |
Date: 2007-07-12 13:45 |
|
Fixes to make test_mmap.py pass unit tests in the py3k-struni branch.
Moves the interface from being string based to being bytes based.
This patch also includes changes to io.py and associated unit tests that allow flush() to be called on closed files.
|
|
msg52864 - (view) |
Author: Guido van Rossum (gvanrossum) |
Date: 2007-07-16 20:53 |
|
I've checked in the fix to mmap. I'm rejecting the fixes to io.
|
|
| Date |
User |
Action |
Args |
| 2008-01-06 22:29:45 | admin | set | keywords:
- py3k versions:
+ Python 3.0 |
| 2007-07-12 13:45:45 | jcgregorio | create | |
|