On 04/22/2014 07:44 AM, Benjamin Piwowarski wrote:
Here is a first patch for python 2 & 3 compatibility of configure.py
and prefs2prefs.py which are among the most central python scripts.
I did not push the changes because of the "open" function (in
prefs2prefs) which had to be changed from binary mode to text mode
(otherwise, regular expressions cannot be applied). I tested them with
both python 2 and 3, and did not find any problem with this, but would
like some feedback before applying this patch.
Hmm. Very short patch. (You forgot to attach.)
Richard