Projet

Général

Profil

Tâche #35795

Scénario #35784: EOLE 2.10 : Traquer les warnings python dans le code EOLE

DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13

Ajouté par Joël Cuissinat il y a environ 2 mois. Mis à jour il y a 9 jours.

Statut:
Nouveau
Priorité:
Normal
Assigné à:
-
Version cible:
Début:
07/03/2024
Echéance:
% réalisé:

0%

Restant à faire (heures):

Description

  /usr/lib/python3/dist-packages/pyeole/process.py:108: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13
    from pipes import quote

Historique

#1 Mis à jour par Joël Cuissinat il y a environ 2 mois

  • Description mis à jour (diff)

#2 Mis à jour par Benjamin Bohard il y a 9 jours

La fonction quote (from pipes import quote) n’est, en fait, pas issue du module pipes mais du module shlex. A priori, un changement de l’import devrait suffire.

Formats disponibles : Atom PDF