8000 Traduction brouillone de howto/pyporting by nshaud · Pull Request #871 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Traduction brouillone de howto/pyporting #871

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 10 commits into from
Sep 11, 2019
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Update howto/pyporting.po
Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
  • Loading branch information
nshaud and christopheNan authored Sep 4, 2019
commit 7e40e8c614a13e0c18fc49cdce1a0d5aad60710a
2 changes: 1 addition & 1 deletion howto/pyporting.po
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ msgstr ""
"Néanmoins la meilleure solution est de ne pas chercher à déterminer la "
"version de Python mais plutôt à détecter les fonctionnalités disponibles. "
"Cela évite les problèmes potentiels liés aux erreurs de détection de version "
"et facilite la compatibilité avant : ::"
"et facilite la compatibilité future : ::"

#: ../Doc/howto/pyporting.rst:340
#, fuzzy
Expand Down
0