diff options
author | Georg Brandl <georg@python.org> | 2008-01-21 14:18:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-21 14:18:14 (GMT) |
commit | 5ca3fd8d394c77b552949ef02eedab2fda61ed83 (patch) | |
tree | 1f2e87c8795484b2f55b15fc445cb35412c7358c | |
parent | 845c403c08c47085620de682f23a3e23dfa7ed19 (diff) | |
download | cpython-5ca3fd8d394c77b552949ef02eedab2fda61ed83.zip cpython-5ca3fd8d394c77b552949ef02eedab2fda61ed83.tar.gz cpython-5ca3fd8d394c77b552949ef02eedab2fda61ed83.tar.bz2 |
mmap is an extension module.
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -368,8 +368,6 @@ 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. @@ -1050,6 +1048,9 @@ Library Extension Modules ----------------- +- #1087741: mmap.mmap is now a class, not a factory function. It is also + subclassable now. + - Patch #1648: added ``sys.getprofile()`` and ``sys.gettrace()``. - Patch #1663329: added ``os.closerange()`` function to quickly close a range |