# SOME DESCRIPTIVE TITLE. # Copyright (C) 2001-2016, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-10-30 10:42+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../Doc/library/language.rst:5 msgid "Python Language Services" msgstr "Services du Langage Python" #: ../Doc/library/language.rst:7 msgid "" "Python provides a number of modules to assist in working with the Python " "language. These modules support tokenizing, parsing, syntax analysis, " "bytecode disassembly, and various other facilities." msgstr "" "Python fournit quelques modules pour vous aider à travailler avec le langage " "Python lui-même. Ces modules gèrent entre autres l'analyse lexicale, " "l'analyse syntaxique, et le désassemblage de *bytecode*." #: ../Doc/library/language.rst:11 msgid "These modules include:" msgstr "Ces modules sont :"