/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Doc/library/text.rst
26 строк
610 B
Dave Peck
gh-132661: Document t-strings and `templatelib` (#135229)
22 июл 2025, 12:44
Не верифицирован
22 июл 2025, 12:44
22c8658
Код
Авторство
О чём код?
.. _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