Projet

Général

Profil

Tâche #35797

Mis à jour par Benjamin Bohard il y a 21 jours

<pre>
../usr/lib/python3/dist-packages/creole/i18n.py:38
/usr/lib/python3/dist-packages/creole/i18n.py:38: DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
lc, encoding = locale.getdefaultlocale()

../usr/lib/python3/dist-packages/tiramisu/i18n.py:38
/usr/lib/python3/dist-packages/tiramisu/i18n.py:38: DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
lc, encoding = locale.getdefaultlocale()

../usr/lib/python3/dist-packages/pyeole/translation/i18n.py:21
/usr/lib/python3/dist-packages/pyeole/translation/i18n.py:21: DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
lc, encoding = locale.getdefaultlocale()
</pre>

Retour