/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.14.4
Doc/library/text.rst
26 строк
610 B
Miss Islington (bot)
[3.14] gh-132661: Document t-strings and `templatelib` (GH-135229) (#136974)
22 июл 2025, 13:32
Не верифицирован
22 июл 2025, 13:32
c59a60b
Код
Авторство
О чём код?
.. _stringservices: .. _textservices: ************************ Text Processing Services ************************ The modules described in this chapter provide a wide range of string manipulation operations and other text processing services. The :mod:`codecs` module described under :ref:`binaryservices` is also highly relevant to text processing. In addition, see the documentation for Python's built-in string type in :ref:`textseq`. .. toctree:: string.rst string.templatelib.rst re.rst difflib.rst textwrap.rst unicodedata.rst stringprep.rst readline.rst rlcompleter.rst