mirror of
https://github.com/python/cpython.git
synced 2026-02-23 23:50:54 +00:00
mmap is an extension module.
This commit is contained in:
parent
845c403c08
commit
5ca3fd8d39
1 changed files with 3 additions and 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue