Skip to content

Commit 1569275

Browse files
authored
gh-138205: explicit mention to mmap.mmap.resize in "Porting to Python 3.15" notes (#143440)
1 parent 4f9a8d0 commit 1569275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ that may require changes to your code.
14121412
:func:`resource.setrlimit` and :func:`resource.prlimit` is now deprecated.
14131413
(Contributed by Serhiy Storchaka in :gh:`137044`.)
14141414

1415-
* :meth:`~mmap.mmap.resize` has been removed on platforms that don't support the
1415+
* :meth:`mmap.mmap.resize` has been removed on platforms that don't support the
14161416
underlying syscall, instead of raising a :exc:`SystemError`.
14171417

14181418
* A resource warning is now emitted for an unclosed

0 commit comments

Comments
 (0)