# 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.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-02 22:11+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../Doc/library/html.rst:2 msgid ":mod:`html` --- HyperText Markup Language support" msgstr "" #: ../Doc/library/html.rst:7 msgid "**Source code:** :source:`Lib/html/__init__.py`" msgstr "" #: ../Doc/library/html.rst:11 msgid "This module defines utilities to manipulate HTML." msgstr "" #: ../Doc/library/html.rst:15 msgid "" "Convert the characters ``&``, ``<`` and ``>`` in string *s* to HTML-safe " "sequences. Use this if you need to display text that might contain such " "characters in HTML. If the optional flag *quote* is true, the characters (``" "\"``) and (``'``) are also translated; this helps for inclusion in an HTML " "attribute value delimited by quotes, as in ````." msgstr "" #: ../Doc/library/html.rst:26 msgid "" "Convert all named and numeric character references (e.g. ``>``, ``>" "``, ``&x3e;``) in the string *s* to the corresponding unicode characters. " "This function uses the rules defined by the HTML 5 standard for both valid " "and invalid character references, and the :data:`list of HTML 5 named " "character references `." msgstr "" #: ../Doc/library/html.rst:36 msgid "Submodules in the ``html`` package are:" msgstr "" #: ../Doc/library/html.rst:38 msgid ":mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode" msgstr "" #: ../Doc/library/html.rst:39 msgid ":mod:`html.entities` -- HTML entity definitions" msgstr ""