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 jcgregorio
Recipients
Date 2007-07-12.13:45:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:59:07adminlinkissue1752647 messages
2007-08-23 15:59:07admincreate