https://github.com/python/cpython/commit/2511fce2ef655f73cadb0b7ea66952a8517315e4
commit: 2511fce2ef655f73cadb0b7ea66952a8517315e4
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: terryjreedy <[email protected]>
date: 2025-11-05T00:11:42Z
summary:

[3.14] gh-141007: update string module source code link (GH-141008) (#141030)

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 <[email protected]>

files:
M Doc/library/string.rst

diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index 6336a0ec47b91e..58c836c7382330 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -4,7 +4,7 @@
 .. module:: string
    :synopsis: Common string operations.
 
-**Source code:** :source:`Lib/string.py`
+**Source code:** :source:`Lib/string/__init__.py`
 
 --------------
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to