# 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: 2018-09-28 18:33+0200\n" "Last-Translator: FULL NAME \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/persistence.rst:5 msgid "Data Persistence" msgstr "Persistance des données" #: library/persistence.rst:7 msgid "" "The modules described in this chapter support storing Python data in a " "persistent form on disk. The :mod:`pickle` and :mod:`marshal` modules can " "turn many Python data types into a stream of bytes and then recreate the " "objects from the bytes. The various DBM-related modules support a family of " "hash-based file formats that store a mapping of strings to other strings." msgstr "" "Les modules décrits dans ce chapitre permettent de stocker des données " "Python de manière persistante typiquement sur disque. Les modules :mod:" "`pickle` et :mod:`marshal` peuvent transformer n'importe quel type Python en " "une séquence d'octets, puis recréer les objets depuis ces octets. Les " "différents modules du paquet *dbm* gèrent une catégorie de formats de " "fichier basée sur des hach, stockant des correspondances entre chaînes de " "caractères." #: library/persistence.rst:13 msgid "The list of modules described in this chapter is:" msgstr "La liste des modules documentés dans ce chapitre est :"