Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

started translating library/dis.po#687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JulienPalard merged 20 commits intopython:3.7fromAya98:library-dis
Jul 18, 2019
Merged
Changes from1 commit
Commits
Show all changes
20 commits
Select commitHold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Merge branch '3.7' into library-dis
  • Loading branch information
@Aya98
Aya98 authoredJul 18, 2019
commitde7822839f39e30530dabb7a8795b6feace1519c
31 changes: 18 additions & 13 deletionslibrary/dis.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date:2018-10-1218:59+0200\n"
"POT-Creation-Date:2019-06-1214:38+0200\n"
"PO-Revision-Date: 2019-07-18 19:21+0200\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand DownExpand Up@@ -1077,9 +1077,8 @@ msgstr ""

#: ../Doc/library/dis.rst:1062
msgid ""
"Raises an exception. *argc* indicates the number of arguments to the raise statement, "
"ranging from 0 to 3. The handler will find the traceback as TOS2, the parameter as "
"TOS1, and the exception as TOS."
"Raises an exception using one of the 3 forms of the ``raise`` statement, "
"depending on the value of *argc*:"
msgstr ""

#: ../Doc/library/dis.rst:1065
Expand DownExpand Up@@ -1200,9 +1199,10 @@ msgstr ""

#: ../Doc/library/dis.rst:1168
msgid ""
"Prefixes any opcode which has an argument too big to fit into the default two bytes. "
"*ext* holds two additional bytes which, taken together with the subsequent opcode's "
"argument, comprise a four-byte argument, *ext* being the two most-significant bytes."
"Prefixes any opcode which has an argument too big to fit into the default "
"one byte. *ext* holds an additional byte which act as higher bits in the "
"argument. For each opcode, at most three prefixal ``EXTENDED_ARG`` are "
"allowed, forming an argument from two-byte to four-byte."
msgstr ""

#: ../Doc/library/dis.rst:1176
Expand All@@ -1215,16 +1215,21 @@ msgstr ""
msgid "``(flags & 0x03) == 0x00``: *value* is formatted as-is."
msgstr ""

#: ../Doc/library/dis.rst:1177
msgid "``(flags & 0x03) == 0x01``: call :func:`str` on *value* before formatting it."
#: ../Doc/library/dis.rst:1181
msgid ""
"``(flags & 0x03) == 0x01``: call :func:`str` on *value* before formatting it."
msgstr ""

#: ../Doc/library/dis.rst:1179
msgid "``(flags & 0x03) == 0x02``: call :func:`repr` on *value* before formatting it."
#: ../Doc/library/dis.rst:1183
msgid ""
"``(flags & 0x03) == 0x02``: call :func:`repr` on *value* before formatting "
"it."
msgstr ""

#: ../Doc/library/dis.rst:1181
msgid "``(flags & 0x03) == 0x03``: call :func:`ascii` on *value* before formatting it."
#: ../Doc/library/dis.rst:1185
msgid ""
"``(flags & 0x03) == 0x03``: call :func:`ascii` on *value* before formatting "
"it."
msgstr ""

#: ../Doc/library/dis.rst:1187
Expand Down
You are viewing a condensed version of this merge commit. You can view thefull changes here.

[8]ページ先頭

©2009-2025 Movatter.jp