[issue12021] mmap.read requires an argument

K Richard Pixley report at bugs.python.org
Fri May 6 21:54:14 CEST 2011


New submission from K Richard Pixley <rich at noir.com>:

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.

----------
messages: 135362
nosy: rich-noir
priority: normal
severity: normal
status: open
title: mmap.read requires an argument
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12021>
_______________________________________


More information about the Python-bugs-list mailing list