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:16:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
As the subject says, it would be nice if mmaps were
subclassable...like nearly every other Python object type.


Note that pseudo-subclasses (copying the instance
methods to a different class (not necessarily of the
same type) instance) don't work completely due to
python.org/sf/1087735 , and is probably a Python
"anti-pattern".
History
Date User Action Args
2007-08-23 16:08:37adminlinkissue1087741 messages
2007-08-23 16:08:37admincreate