diff options
author | Georg Brandl <georg@python.org> | 2008-01-21 14:16:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-21 14:16:46 (GMT) |
commit | 845c403c08c47085620de682f23a3e23dfa7ed19 (patch) | |
tree | 0d8e2b57f2bd22262cbfe11a501b768ef9ecc933 /Misc | |
parent | 3beae9b9dfad242b990386c6d048e54dab5ec1a7 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |