Vertaling van "and Python 3" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
GeeXLab is now up to date and Python 3 (v3.7) is fully supported.
GeeXLab est maintenant à jour et le Python 3 (v3.7) est pleinement supporté.
Unfortunately it needs some changes between Python 2 and Python 3.
This document assumes that you are familiar with the changes between Python 2 and Python 3.
Ce document suppose que les changements entre Python 2 et Python 3 vous sont familiers.
Introduction of a compatibility layer that allows plugin authors to support both Python 2 and Python 3 from the same plugin code
Introduction d'une couche de compatibilité pour permettre aux auteurs de plugins de supporter Python 2 et Python 3 avec le même code.
Their names used the words str, which doesn't mean the same thing in Python 2 and Python 3, and unicode, which doesn't exist in Python 3.
Leurs noms contenait le mot str, qui n'a pas la même signification dans Python 2 et dans Python 3, et unicode, qui n'existe plus dans Python 3.
The same code runs both on Python 2 (>= 2.6.5) and Python 3 (>= 3.2), thanks to the six compatibility layer.
Le même code fonctionne aussi bien avec Python 2 (>= 2.6.5) qu'avec Python 3 (>= 3.2), grâce à la couche de compatibilité offerte par six.
Since migrations are now loaded from.pyc files, you might need to delete them if you're working in a mixed Python 2 and Python 3 environment.
Comme les migrations sont dorénavant aussi chargées à partir de fichiers.pyc, il pourrait être nécessaire de les supprimer si vous travaillez dans un environnement mixte Python 2 et Python 3.
Fedora 13 also blazes a trail with a parallel-installable Python 3 stack that will help programmers write and test code for use in both Python 2.6 and Python 3 environments.
Fedora 13 arrive en fanfare avec un environnement Python 3 installable en parallèle facilitant le travail des développeurs pour écrire et tester du code pour Python 2.6 et Python 3.1.
Python3 has been updated to 3.5, and when possible, all Python modules are provided for Python 2 and Python 3.
Python3 a été mis à jour en 3.5.3, Python to 2.7.13, et lorsque c'est possible, tous les modules Python sont fournis pour Python 2 et Python 3.
GCC plugins that embed Python 2 and Python 3 are now available, enabling developers to more easily hook into GCC's inner workings (e.g.
Les modules GCC qui intègrent Python 2 et Python 3 sont maintenant disponibles, autorisant les développeurs à plonger plus facilement dans le fonctionnement fondamental de GCC (ex.
For Fedora 13, I've added places to the Python 2 and Python 3 runtimes that you can monitor - specifically, Python function calls.
Pour Fedora 13, j'ai rajouté des sondes dans les interpréteurs Python 2 et Python 3 pour surveiller les appels de fonctions Python en particulier.
Mageia 5 ships with Django 1.8.2, the actual long-term support (LTS) release for Python 2 and Python 3.
Django 1.4 a été abandonné, Mageia 5 est livré avec Django 1.8.2, la version support long terme (LTS) mise à disposition pour Python 2 et Python 3.
PY2 If you need different code in Python 2 and Python 3, check six.PY2
Si vous avez besoin de différencier le code entre Python 2 et Python 3, testez six.PY2