summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-21 14:16:46 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-21 14:16:46 (GMT)
commit845c403c08c47085620de682f23a3e23dfa7ed19 (patch)
tree0d8e2b57f2bd22262cbfe11a501b768ef9ecc933 /Misc
parent3beae9b9dfad242b990386c6d048e54dab5ec1a7 (diff)
downloadcpython-845c403c08c47085620de682f23a3e23dfa7ed19.zip
cpython-845c403c08c47085620de682f23a3e23dfa7ed19.tar.gz
cpython-845c403c08c47085620de682f23a3e23dfa7ed19.tar.bz2
#1087741: make mmap.mmap the type of mmap objects, not a
factory function. Allow it to be subclassed.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e608478..2150ac1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -368,6 +368,8 @@ Core and builtins
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.