Skip to content

Commit 0a38822

Browse files
committed
make merge
1 parent d1f85ca commit 0a38822

File tree

8 files changed

+215
-186
lines changed

8 files changed

+215
-186
lines changed

c-api/abstract.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
8+
"POT-Creation-Date: 2019-01-03 16:57+0100\n"
99
"PO-Revision-Date: 2018-10-17 19:31+0200\n"
10+
"Last-Translator: \n"
1011
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1112
"Language: fr\n"
1213
"MIME-Version: 1.0\n"
1314
"Content-Type: text/plain; charset=UTF-8\n"
1415
"Content-Transfer-Encoding: 8bit\n"
15-
"Last-Translator: \n"
1616
"X-Generator: Poedit 2.2\n"
1717

1818
#: ../Doc/c-api/abstract.rst:7

copyright.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2018-02-08 09:58+0100\n"
9-
"PO-Revision-Date: 2018-07-23 22:39+0200\n"
8+
"POT-Creation-Date: 2019-01-03 16:57+0100\n"
9+
"PO-Revision-Date: 2019-01-03 16:59+0100\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -23,9 +23,8 @@ msgid "Python and this documentation is:"
2323
msgstr "Python et cette documentation sont :"
2424

2525
#: ../Doc/copyright.rst:7
26-
msgid "Copyright © 2001-2018 Python Software Foundation. All rights reserved."
27-
msgstr ""
28-
"Copyright © 2001-2018 *Python Software Foundation*. Tout droits réservés."
26+
msgid "Copyright © 2001-2019 Python Software Foundation. All rights reserved."
27+
msgstr "Copyright © 2001-2019 Python Software Foundation. Tout droits réservés."
2928

3029
#: ../Doc/copyright.rst:9
3130
msgid "Copyright © 2000 BeOpen.com. All rights reserved."

library/asyncio-policy.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.7\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2018-11-29 16:06+0100\n"
8+
"POT-Creation-Date: 2019-01-03 16:57+0100\n"
99
"PO-Revision-Date: 2018-11-29 18:26+0100\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -115,7 +115,7 @@ msgid "This function is Unix specific."
115115
msgstr ""
116116

117117
#: ../Doc/library/asyncio-policy.rst:84
118-
msgid "Get the current child process watcher to *watcher*."
118+
msgid "Set the current child process watcher to *watcher*."
119119
msgstr ""
120120

121121
#: ../Doc/library/asyncio-policy.rst:89

library/asyncio-task.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2018-10-12 18:59+0200\n"
8+
"POT-Creation-Date: 2019-01-03 16:57+0100\n"
99
"PO-Revision-Date: 2018-10-13 11:37+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -562,8 +562,8 @@ msgstr ""
562562

563563
#: ../Doc/library/asyncio-task.rst:607
564564
msgid ""
565-
"Unlike other asyncio functions this functions requires the *loop* argument "
566-
"to be passed explicitly."
565+
"Unlike other asyncio functions this function requires the *loop* argument to "
566+
"be passed explicitly."
567567
msgstr ""
568568

569569
#: ../Doc/library/asyncio-task.rst:614

library/binascii.po

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2018-06-28 15:29+0200\n"
8+
"POT-Creation-Date: 2019-01-03 16:57+0100\n"
99
"PO-Revision-Date: 2017-08-10 00:59+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -163,53 +163,66 @@ msgid ""
163163
"returned bytes object is therefore twice as long as the length of *data*."
164164
msgstr ""
165165

166-
#: ../Doc/library/binascii.rst:159
166+
#: ../Doc/library/binascii.rst:155
167+
msgid ""
168+
"Similar functionality (but returning a text string) is also conveniently "
169+
"accessible using the :meth:`bytes.hex` method."
170+
msgstr ""
171+
172+
#: ../Doc/library/binascii.rst:161
167173
msgid ""
168174
"Return the binary data represented by the hexadecimal string *hexstr*. This "
169175
"function is the inverse of :func:`b2a_hex`. *hexstr* must contain an even "
170176
"number of hexadecimal digits (which can be upper or lower case), otherwise "
171177
"an :exc:`Error` exception is raised."
172178
msgstr ""
173179

174-
#: ../Doc/library/binascii.rst:167
175-
msgid "Exception raised on errors. These are usually programming errors."
180+
#: ../Doc/library/binascii.rst:166
181+
msgid ""
182+
"Similar functionality (accepting only text string arguments, but more "
183+
"liberal towards whitespace) is also accessible using the :meth:`bytes."
184+
"fromhex` class method."
176185
msgstr ""
177186

178187
#: ../Doc/library/binascii.rst:172
188+
msgid "Exception raised on errors. These are usually programming errors."
189+
msgstr ""
190+
191+
#: ../Doc/library/binascii.rst:177
179192
msgid ""
180193
"Exception raised on incomplete data. These are usually not programming "
181194
"errors, but may be handled by reading a little more data and trying again."
182195
msgstr ""
183196

184-
#: ../Doc/library/binascii.rst:180
197+
#: ../Doc/library/binascii.rst:185
185198
msgid "Module :mod:`base64`"
186199
msgstr "Module :mod:`base64`"
187200

188-
#: ../Doc/library/binascii.rst:179
201+
#: ../Doc/library/binascii.rst:184
189202
msgid ""
190203
"Support for RFC compliant base64-style encoding in base 16, 32, 64, and 85."
191204
msgstr ""
192205

193-
#: ../Doc/library/binascii.rst:183
206+
#: ../Doc/library/binascii.rst:188
194207
msgid "Module :mod:`binhex`"
195208
msgstr "Module :mod:`binhex`"
196209

197-
#: ../Doc/library/binascii.rst:183
210+
#: ../Doc/library/binascii.rst:188
198211
msgid "Support for the binhex format used on the Macintosh."
199212
msgstr ""
200213

201-
#: ../Doc/library/binascii.rst:186
214+
#: ../Doc/library/binascii.rst:191
202215
msgid "Module :mod:`uu`"
203216
msgstr "Module :mod:`uu`"
204217

205-
#: ../Doc/library/binascii.rst:186
218+
#: ../Doc/library/binascii.rst:191
206219
msgid "Support for UU encoding used on Unix."
207220
msgstr "Gestion de l'encodage UU utilisé sur Unix."
208221

209-
#: ../Doc/library/binascii.rst:188
222+
#: ../Doc/library/binascii.rst:193
210223
msgid "Module :mod:`quopri`"
211224
msgstr "Module :mod:`quopri`"
212225

213-
#: ../Doc/library/binascii.rst:189
226+
#: ../Doc/library/binascii.rst:194
214227
msgid "Support for quoted-printable encoding used in MIME email messages."
215228
msgstr ""

0 commit comments

Comments
 (0)