Skip to content

Commit bb85844

Browse files
committed
Upstream merge
1 parent a6eaac9 commit bb85844

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ install:
1111
script:
1212
- powrap --check --quiet **/*.po
1313
- pospell -p dict -l fr_FR **/*.po
14-
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=3621bf20e94ac3647a8f31a68bf7414dd4b50398
14+
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=d561f848b235f2011a43b705d112055b92fa2366

library/dis.po

Lines changed: 4 additions & 4 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: 2019-06-03 22:10+0200\n"
8+
"POT-Creation-Date: 2019-06-12 14:38+0200\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -1148,9 +1148,9 @@ msgstr ""
11481148
#: ../Doc/library/dis.rst:1168
11491149
msgid ""
11501150
"Prefixes any opcode which has an argument too big to fit into the default "
1151-
"two bytes. *ext* holds two additional bytes which, taken together with the "
1152-
"subsequent opcode's argument, comprise a four-byte argument, *ext* being the "
1153-
"two most-significant bytes."
1151+
"one byte. *ext* holds an additional byte which act as higher bits in the "
1152+
"argument. For each opcode, at most three prefixal ``EXTENDED_ARG`` are "
1153+
"allowed, forming an argument from two-byte to four-byte."
11541154
msgstr ""
11551155

11561156
#: ../Doc/library/dis.rst:1176

using/mac.po

Lines changed: 9 additions & 7 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: 2019-06-03 22:10+0200\n"
8+
"POT-Creation-Date: 2019-06-12 14:38+0200\n"
99
"PO-Revision-Date: 2018-11-23 10:07+0100\n"
1010
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -62,12 +62,13 @@ msgid "What you get after installing is a number of things:"
6262
msgstr "Vous obtiendrez un certain nombre de choses après installation:"
6363

6464
#: ../Doc/using/mac.rst:28
65+
#, fuzzy
6566
msgid ""
66-
"A :file:`MacPython 3.6` folder in your :file:`Applications` folder. In here "
67-
"you find IDLE, the development environment that is a standard part of "
68-
"official Python distributions; PythonLauncher, which handles double-clicking "
69-
"Python scripts from the Finder; and the \"Build Applet\" tool, which allows "
70-
"you to package Python scripts as standalone applications on your system."
67+
"A :file:`Python 3.7` folder in your :file:`Applications` folder. In here you "
68+
"find IDLE, the development environment that is a standard part of official "
69+
"Python distributions; PythonLauncher, which handles double-clicking Python "
70+
"scripts from the Finder; and the \"Build Applet\" tool, which allows you to "
71+
"package Python scripts as standalone applications on your system."
7172
msgstr ""
7273
"Un dossier :file:`MacPython 3.6` dans votre dossier :file:`Applications`. "
7374
"Dedans vous trouverez **IDLE**, l'environnement de développement qui fait "
@@ -216,8 +217,9 @@ msgstr ""
216217
"scripts."
217218

218219
#: ../Doc/using/mac.rst:96
220+
#, fuzzy
219221
msgid ""
220-
"With Python 3.6, you can use either :program:`python` or :program:`pythonw`."
222+
"With Python 3.7, you can use either :program:`python` or :program:`pythonw`."
221223
msgstr ""
222224
"Avec Python 3.6, vous pouvez utilisez :program:`python` ou :program:"
223225
"`pythonw`."

0 commit comments

Comments
 (0)