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 josiahcarlson
Recipients
Date 2004-12-19.00:04:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2008-01-20 09:57:21adminlinkissue1087735 messages
2008-01-20 09:57:21admincreate