[ python-Bugs-1087735 ] mmap instance method access bug

SourceForge.net noreply at sourceforge.net
Sun Dec 19 01:04:29 CET 2004


Bugs item #1087735, was opened at 2004-12-18 16:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1087735&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Josiah Carlson (josiahcarlson)
Assigned to: Nobody/Anonymous (nobody)
Summary: mmap instance method access bug

Initial Comment:
While one is able to get/set slices/items with
slice/index notation (mmapi[s:e] or mmapi[s]), one
cannot use the function equivalents,
mmapi.__setslice__(), etc.

This seems to be a bug, as nearly all other instances
produced by the Python standard library allow
instance.[special operator]() to be used.

If I knew what was necessary to expose the function
equivalents, I would offer a patch.  Being that I
don't, I won't.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1087735&group_id=5470


More information about the Python-bugs-list mailing list