]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-138205: explicit mention to `mmap.mmap.resize` in "Porting to Python 3.15" notes...
authorOri Avtalion <ori@avtalion.name>
Mon, 5 Jan 2026 19:27:45 +0000 (21:27 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Jan 2026 19:27:45 +0000 (20:27 +0100)
Doc/whatsnew/3.15.rst

index dc4248655b4b2d598e400d2911f7fbf31528c9d4..d5a2e04958e8a800776469eb5bca007e9dc9b602 100644 (file)
@@ -1412,7 +1412,7 @@ that may require changes to your code.
   :func:`resource.setrlimit` and :func:`resource.prlimit` is now deprecated.
   (Contributed by Serhiy Storchaka in :gh:`137044`.)
 
-* :meth:`~mmap.mmap.resize` has been removed on platforms that don't support the
+* :meth:`mmap.mmap.resize` has been removed on platforms that don't support the
   underlying syscall, instead of raising a :exc:`SystemError`.
 
 * A resource warning is now emitted for an unclosed