commit | 845c403c08c47085620de682f23a3e23dfa7ed19 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jan 21 14:16:46 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jan 21 14:16:46 2008 +0000 |
tree | 0d8e2b57f2bd22262cbfe11a501b768ef9ecc933 | |
parent | 3beae9b9dfad242b990386c6d048e54dab5ec1a7 [diff] [blame] |
#1087741: make mmap.mmap the type of mmap objects, not a factory function. Allow it to be subclassed.
diff --git a/Misc/NEWS b/Misc/NEWS index e608478..2150ac1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -368,6 +368,8 @@ Library ------- +- #1087741: mmap.mmap is now a class, not a factory function. It is also + subclassable now. - #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.