8000 library/logging.handlers by awecx · Pull Request #1797 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

library/logging.handlers #1797

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
May 27, 2022
Prev Previous commit
Next Next commit
Update library/logging.handlers.po
  • Loading branch information
deronnax authored May 27, 2022
commit 73a92d26d9ccc05508d63c2914d811a6631b7782
2 changes: 1 addition & 1 deletion library/logging.handlers.po
6AFE
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ msgid ""
"%H-%M-%S`` or a leading portion thereof, depending on the rollover interval."
msgstr ""
"Le système sauvegarde les anciens fichiers de journalisation en ajoutant une "
"extension au nom du fichier. Les extensions sont la date et l’heure au "
"extension au nom du fichier. Les extensions sont basées sur la date et l’heure, au "
"format *strftime* ``%Y-%m-%d_%H-%M-%S`` ou le début de celui-ci, selon "
"l’intervalle du roulement."

Expand Down
0