# Copyright (C) 2001-2018, Python Software Foundation # For licence information, see README file. # msgid "" msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-08-24 09:01+0200\n" "PO-Revision-Date: 2017-11-08 00:03+0100\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: library/text.rst:6 msgid "Text Processing Services" msgstr "Services de Manipulation de Texte" #: library/text.rst:8 msgid "" "The modules described in this chapter provide a wide range of string " "manipulation operations and other text processing services." msgstr "" "Les modules décrits dans ce chapitre fournissent un large ensemble " "d'opérations de manipulation sur les chaînes de caractères et le texte en " "général." #: library/text.rst:11 msgid "" "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`." msgstr "" "Le module :mod:`codecs` documenté dans :ref:`binaryservices` est aussi très " "pertinent pour la manipulation de texte. Consultez aussi la documentation du " "type *str* natif Python dans :ref:`textseq`."