merge pot files.

This commit is contained in:
Julien Palard 2018-11-29 16:13:39 +01:00
commit 03ab206a30

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-12 18:59+0200\n"
"POT-Creation-Date: 2018-11-29 16:06+0100\n"
"PO-Revision-Date: 2017-08-10 00:52+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@ -662,7 +662,8 @@ msgstr ""
#: ../Doc/whatsnew/3.5.rst:595
msgid ""
"Without a ``__future__`` import, a :exc:`PendingDeprecationWarning` will be "
"raised whenever a ``StopIteration`` exception is raised inside a generator."
"raised whenever a :exc:`StopIteration` exception is raised inside a "
"generator."
msgstr ""
#: ../Doc/whatsnew/3.5.rst:601

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-12 18:59+0200\n"
"POT-Creation-Date: 2018-11-29 16:06+0100\n"
"PO-Revision-Date: 2018-10-13 17:48+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@ -850,8 +850,8 @@ msgstr ""
#: ../Doc/whatsnew/3.6.rst:742
msgid ""
"A ``global`` or ``nonlocal`` statement must now textually appear before the "
"first use of the affected name in the same scope. Previously this was a "
"``SyntaxWarning``."
"first use of the affected name in the same scope. Previously this was a :exc:"
"`SyntaxWarning`."
msgstr ""
#: ../Doc/whatsnew/3.6.rst:746
@ -3183,6 +3183,18 @@ msgid ""
"Stinner in :issue:`31900`.)"
msgstr ""
#: ../Doc/whatsnew/3.6.rst:2419
msgid "Notable changes in Python 3.6.7"
msgstr ""
#: ../Doc/whatsnew/3.6.rst:2421
msgid ""
"In 3.6.7 the :mod:`tokenize` module now implicitly emits a ``NEWLINE`` token "
"when provided with input that does not have a trailing new line. This "
"behavior now matches what the C tokenizer does internally. (Contributed by "
"Ammar Askar in :issue:`33899`.)"
msgstr ""
#~ msgid "|today|"
#~ msgstr "|today|"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-12 18:59+0200\n"
"POT-Creation-Date: 2018-11-29 16:06+0100\n"
"PO-Revision-Date: 2018-08-03 23:47+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@ -604,7 +604,7 @@ msgid ""
"it was generated. While effective, this invalidation method has its "
"drawbacks. When filesystem timestamps are too coarse, Python can miss "
"source updates, leading to user confusion. Additionally, having a timestamp "
"in the cache file is problematic for `build reproduciblity <https://"
"in the cache file is problematic for `build reproducibility <https://"
"reproducible-builds.org/>`_ and content-based build systems."
msgstr ""
@ -1430,10 +1430,10 @@ msgstr ""
#: ../Doc/whatsnew/3.7.rst:1033
msgid ""
":func:`importlib.find_spec` now raises ``ModuleNotFoundError`` instead of :"
"exc:`AttributeError` if the specified parent module is not a package (i.e. "
"lacks a ``__path__`` attribute). (Contributed by Milan Oberkirch in :issue:"
"`30436`.)"
":func:`importlib.find_spec` now raises :exc:`ModuleNotFoundError` instead "
"of :exc:`AttributeError` if the specified parent module is not a package (i."
"e. lacks a ``__path__`` attribute). (Contributed by Milan Oberkirch in :"
"issue:`30436`.)"
msgstr ""
#: ../Doc/whatsnew/3.7.rst:1038
@ -3544,3 +3544,11 @@ msgid ""
":mod:`xml.dom.minidom` and :mod:`xml.sax` modules no longer process external "
"entities by default. See also :issue:`17239`."
msgstr ""
#: ../Doc/whatsnew/3.7.rst:2527
msgid ""
"In 3.7.1 the :mod:`tokenize` module now implicitly emits a ``NEWLINE`` token "
"when provided with input that does not have a trailing new line. This "
"behavior now matches what the C tokenizer does internally. (Contributed by "
"Ammar Askar in :issue:`33899`.)"
msgstr ""