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.

作者 rich-noir
收信人 rich-noir
日期 2011-05-06.19:54:13
SpamBayes Score 4.021261e-05
Marked as misclassified
Message-id <1304711654.25.0.661798385399.issue12021@psf.upfronthosting.co.za>
In-reply-to
内容
mmap.read requires a argument.  Since most file-like objects do not, this breaks the file-like object illusion.

mmap.read argument should be optional, presumably defaulting to the entire mmap'd area.
历史
日期 用户 动作 参数
2011-05-06 19:54:14rich-noir修改recipients: + rich-noir
2011-05-06 19:54:14rich-noir修改messageid: <1304711654.25.0.661798385399.issue12021@psf.upfronthosting.co.za>
2011-05-06 19:54:13rich-noir链接issue12021 messages
2011-05-06 19:54:13rich-noir创建