traduction de library/asyncio* #151

Merged
mdk merged 4 commits from ChristopheNan/python-docs-fr:asyncio into 3.11 2023-07-04 08:49:11 +00:00
Collaborator
No description provided.
ChristopheNan added 1 commit 2023-06-06 21:40:15 +00:00
ci/woodpecker/pr/woodpecker Pipeline failed Details
d8376bc008
traduction de library/asyncio*
ChristopheNan added 1 commit 2023-06-11 15:28:25 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
b1a8ec7792
correction erreur rst
ChristopheNan added 1 commit 2023-06-17 08:25:25 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
8039a435fb
un coup de padpo
mdk requested changes 2023-06-27 11:49:36 +00:00
@ -48,1 +54,4 @@
msgstr ""
"Cette fonction exécute la coroutine transmise, en s'occupant de gérer la "
"boucle d'événements *asyncio*, de *finaliser les générateurs asynchrones* et "
"de terminer correctement le pool de fils d'exécution."
Owner

"le pool" ?

On pourrait traduire : « terminer correctement les fils d'exécution » ?

"le pool" ? On pourrait traduire : « terminer correctement les fils d'exécution » ?
ChristopheNan marked this conversation as resolved
@ -934,11 +1055,17 @@ msgid ""
"allowing context variables from the event loop thread to be accessed in the "
"separate thread."
msgstr ""
"Tous les *\\*args*et *\\*\\*kwargs* fournis à cette fonction sont "
Owner

Il manque uneespace entre *args* et et.

Il manque uneespace entre `*args*` et `et`.
ChristopheNan marked this conversation as resolved
@ -955,2 +1086,4 @@
"thread without blocking the event loop."
msgstr ""
"Appeler directement ``blocking_io()`` dans n'importe quelle coroutine "
"bloquerait la boucle d'événements pendant sa durée, ce qui entraînerait 1 "
Owner

s/1/une/ ?

s/1/une/ ?
ChristopheNan marked this conversation as resolved
ChristopheNan added 1 commit 2023-06-29 19:16:23 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
46b3192277
prise en compte des remarques de @mdk
Author
Collaborator

Merci @mdk pour ta relecture.

Merci @mdk pour ta relecture.
mdk approved these changes 2023-07-04 08:48:37 +00:00
mdk merged commit 588cd3cc65 into 3.11 2023-07-04 08:49:11 +00:00
mdk deleted branch asyncio 2023-07-04 08:49:11 +00:00
Sign in to join this conversation.
No reviewers
mdk
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AFPy/python-docs-fr#151
No description provided.