Skip to content

'Reference Compound Statements' Translation completed#194

Merged
JulienPalard merged 2 commits intopython:3.6from
christopheNan:refcompstat
Jul 3, 2018
Merged

'Reference Compound Statements' Translation completed#194
JulienPalard merged 2 commits intopython:3.6from
christopheNan:refcompstat

Conversation

@christopheNan
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Member

@JulienPalard JulienPalard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relu jusqu'a la ligne 240 pour le moment.

msgstr ""
"Les instructions composées contiennent d'autres (groupes d´) instructions ; "
"elles affectent ou contrôlent l'exécution de ces autres instructions d'une "
"manière ou d'une autre. En général, une instruction composée couvrent "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*couvre

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bien vu

"overwrites all previous assignments to those variables including those made "
"in the suite of the for-loop::"
msgstr ""
"La boucle for effectue des affectations aux variables de la liste cible, ce "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pourquoi pas mettre for entre double backticks pour indiquer que c'est une instruction Python ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Copy Markdown
Member

@JulienPalard JulienPalard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relecture terminée.

"of multiple statements and annotations."
msgstr ""
"Il est aussi possible de créer des fonctions anonymes (fonctions non liées à "
"un nom), pour une utilisation immédiate dans des expressions Utilisez des "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Une majuscule en milieu de phrase sur "Utilisez".

@JulienPalard JulienPalard merged commit c8cb666 into python:3.6 Jul 3, 2018
@JulienPalard
Copy link
Copy Markdown
Member

Mergée en 3.6 et en 3.7. On travaille maintenant sur la 3.7 et on utilise pomerge une fois de temps en temps pour rappatrier de 3.7 à 3.6.

@christopheNan christopheNan deleted the refcompstat branch July 10, 2018 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants