FS#39 - EKD 3.2.0 compatibilité Python 2 et Python 3
Ouverte par Strict Standards: array_map() expects parameter 1 to be a valid callback, non-static method Filters::noXSS() should not be called statically in /data/web/64/9e/8e/ekd.tuxfamily.org/htdocs/bugs/includes/class.tpl.php on line 281 Angelo (ekd) - Strict Standards: Non-static method Filters::noXSS() should not be called statically in /data/web/64/9e/8e/ekd.tuxfamily.org/htdocs/bugs/includes/class.tpl.php on line 613 dimanche, 06 décembre 2009, 21:25 GMT
Dernière édition par Angelo (ekd) - Strict Standards: Non-static method Filters::noXSS() should not be called statically in /data/web/64/9e/8e/ekd.tuxfamily.org/htdocs/bugs/includes/class.tpl.php on line 613 samedi, 21 avril 2012, 18:14 GMT
|
DétailsOn va avoir un gros boulot de compatibilité entre Python 2 et Python 3 à faire dans le code d'EKD et ce dans la version 2.1-0.
Voilà une page très intéressante sur les équivalences de code entre Python 2 et Python 3 (un très bon document pour commencer à travailler): http://www.qtrac.eu/py3book.html Le fichier joint est un pdf montrant clairement (je pense que tout ne doit pas y être) les équivalences de code (il s'agit du document: Moving from Python 2 to Python 3, téléchargeable dans la page). |
http://diveintopython3.org/