From 5ca3fd8d394c77b552949ef02eedab2fda61ed83 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 21 Jan 2008 14:18:14 +0000 Subject: [PATCH] mmap is an extension module. --- Misc/NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 2150ac1aa0..02bb1492ad 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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 -- 2.50.1