make merge from cpython:25ce77dd2455abbb6e2c9e055bbc98954642fa7c (#987)
* make merge from cpython:25ce77dd2455abbb6e2c9e055bbc98954642fa7c * Fixed silly fuzzies for CI * More make merge from my PRs
This commit is contained in:
parent 8fa3780ebe
commit 3de5dcdad9
131 changed files with 5107 additions and 4437 deletions
| | @ -5,7 +5,7 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3.6\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2018-12-21 09:48+0100\n" | ||||
"POT-Creation-Date: 2019-11-15 18:54+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" | ||||
| | @ -1214,11 +1214,11 @@ msgstr "" | |||
| ||||
#: ../Doc/whatsnew/2.7.rst:1172 | ||||
msgid "" | ||||
"The :mod:`ctypes` module now always converts ``None`` to a C NULL pointer " | ||||
"for arguments declared as pointers. (Changed by Thomas Heller; :issue:" | ||||
"`4606`.) The underlying `libffi library <https://sourceware.org/libffi/>`__ " | ||||
"has been updated to version 3.0.9, containing various fixes for different " | ||||
"platforms. (Updated by Matthias Klose; :issue:`8142`.)" | ||||
"The :mod:`ctypes` module now always converts ``None`` to a C ``NULL`` " | ||||
"pointer for arguments declared as pointers. (Changed by Thomas Heller; :" | ||||
"issue:`4606`.) The underlying `libffi library <https://sourceware.org/" | ||||
"libffi/>`__ has been updated to version 3.0.9, containing various fixes for " | ||||
"different platforms. (Updated by Matthias Klose; :issue:`8142`.)" | ||||
msgstr "" | ||||
| ||||
#: ../Doc/whatsnew/2.7.rst:1179 | ||||
| | | |||
| | @ -5,7 +5,7 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3.6\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2019-10-09 17:54+0200\n" | ||||
"POT-Creation-Date: 2019-11-15 18:54+0100\n" | ||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
| | @ -3474,7 +3474,7 @@ msgstr "" | |||
msgid "" | ||||
"The result of the :c:data:`PyOS_ReadlineFunctionPointer` callback must now " | ||||
"be a string allocated by :c:func:`PyMem_RawMalloc` or :c:func:" | ||||
"`PyMem_RawRealloc`, or *NULL* if an error occurred, instead of a string " | ||||
"`PyMem_RawRealloc`, or ``NULL`` if an error occurred, instead of a string " | ||||
"allocated by :c:func:`PyMem_Malloc` or :c:func:`PyMem_Realloc` (:issue:" | ||||
"`16742`)" | ||||
msgstr "" | ||||
| | @ -3483,7 +3483,7 @@ msgstr "" | |||
msgid "" | ||||
":c:func:`PyThread_set_key_value` now always set the value. In Python 3.3, " | ||||
"the function did nothing if the key already exists (if the current value is " | ||||
"a non-NULL pointer)." | ||||
"a non-``NULL`` pointer)." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/whatsnew/3.4.rst:2514 | ||||
| | | |||
| | @ -5,7 +5,7 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3.7\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2019-10-09 17:54+0200\n" | ||||
"POT-Creation-Date: 2019-11-15 18:54+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" | ||||
| | @ -2420,7 +2420,7 @@ msgstr "" | |||
#: ../Doc/whatsnew/3.7.rst:1709 | ||||
msgid "" | ||||
":c:func:`PyUnicode_AsWideCharString` now raises a :exc:`ValueError` if the " | ||||
"second argument is *NULL* and the :c:type:`wchar_t*` string contains null " | ||||
"second argument is ``NULL`` and the :c:type:`wchar_t*` string contains null " | ||||
"characters. (Contributed by Serhiy Storchaka in :issue:`30708`.)" | ||||
msgstr "" | ||||
| ||||
| | | |||
1535 whatsnew/3.8.po
1535
whatsnew/3.8.po File diff suppressed because it is too large Load diff
Loading…
Add table
Add a link
Reference in a new issue