[Python-checkins] r60153 - python/trunk/Misc/NEWS

georg.brandl python-checkins at python.org
Mon Jan 21 15:18:14 CET 2008


Author: georg.brandl
Date: Mon Jan 21 15:18:14 2008
New Revision: 60153

Modified:
   python/trunk/Misc/NEWS
Log:
mmap is an extension module.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Mon Jan 21 15:18:14 2008
@@ -368,8 +368,6 @@
 
 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 @@
 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


More information about the Python-checkins mailing list