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 rich-noir
Recipients rich-noir
Date 2011-05-06.19:54:13
SpamBayes Score 4.021261e-05
Marked as misclassified No
Message-id <1304711654.25.0.661798385399.issue12021@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-05-06 19:54:14rich-noirsetrecipients: + rich-noir
2011-05-06 19:54:14rich-noirsetmessageid: <1304711654.25.0.661798385399.issue12021@psf.upfronthosting.co.za>
2011-05-06 19:54:13rich-noirlinkissue12021 messages
2011-05-06 19:54:13rich-noircreate