Aucune idée. Mais de toutes façons, qui s'en soucie de python3k ? Personne !
Même pas les développeurs python eux même, vu l'état du "Python 3K - Unicode HOWTO":
This HOWTO discusses Python 2.x’s support for Unicode, and explains various problems that people commonly encounter when trying to work with Unicode. (This HOWTO has not yet been updated to cover the 3.x versions of Python.)
// Mauvais humour mis à part:
Oui le "bug" précédent est corrigé dans python3k et oui python3k traite tous les 'string' comme des objets Unicode. Reste plus qu'à éviter de confondre b"hello world" avec "hello world".
[^] # Re: environnement ?
Posté par Johands . En réponse au message UnicodeDecodeError sur un simple readlines (python3, crontab). Évalué à 2.
Même pas les développeurs python eux même, vu l'état du "Python 3K - Unicode HOWTO":
This HOWTO discusses Python 2.x’s support for Unicode, and explains various problems that people commonly encounter when trying to work with Unicode. (This HOWTO has not yet been updated to cover the 3.x versions of Python.)
source : http://docs.python.org/py3k/howto/unicode.html
// Mauvais humour mis à part:
Oui le "bug" précédent est corrigé dans python3k et oui python3k traite tous les 'string' comme des objets Unicode. Reste plus qu'à éviter de confondre b"hello world" avec "hello world".