Le 13/05/2015 13:49, José Matos a écrit :
On Wednesday 13 May 2015 10:42:44 Jean-Marc Lasgouttes wrote:
I guess we are still waiting for some python 3.3 goodness from José, but
what else?
The reason why I am a bit stuck here is due to the nature of string handling on
python3.
Python 3 requires that when we open a file to already know the encoding or else
to treat the file as binary that is composed of bytes. And bytes and strings do
not talk to each other directly.
I see. What is the ETA? Is this a prerequisite before we do a first beta?
I have on my immediate todo list to generate a list of files where changes are
needed on what is the status for each file as you proposed in a tracker issue.
Yes, that would be nice.
JMarc