/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
Doc/library/text.rst
25 строк
584 B
Nick Coghlan
Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section
20 авг 2012, 12:05
20 авг 2012, 12:05
bac9a53
Код
Авторство
О чём код?
.. _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 re.rst difflib.rst textwrap.rst unicodedata.rst stringprep.rst readline.rst rlcompleter.rst