]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-141007: update string module source code link (GH-141008) (#141030)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Nov 2025 00:11:42 +0000 (01:11 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 00:11:42 +0000 (00:11 +0000)
gh-141007: update string module source code link (GH-141008)

In 3.14, the former string.py became `__init__.py` within a new `string` directory that also contains a new submodule file, `templatelib.py`.
(cherry picked from commit fa02422918ac3251cdf88a626f90af260bf5224a)

Co-authored-by: alex <30386655+alexomics@users.noreply.github.com>
Doc/library/string.rst

index 6336a0ec47b91e156827063b2c53486425f1c4e0..58c836c73823306917da3e4da6ffe302dafd217f 100644 (file)
@@ -4,7 +4,7 @@
 .. module:: string
    :synopsis: Common string operations.
 
-**Source code:** :source:`Lib/string.py`
+**Source code:** :source:`Lib/string/__init__.py`
 
 --------------