MezzoNZ / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

pickle versions incompatible for Python 2 and 3 #202

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Since pickle versions are incompatible between Python 2 and 3, we may have
to use a different way to save the configuration so that it can be
transparent for the user...  Perhaps one way would be to have two different
files so that different configurations can be used (for example, some
options [e.g. pylint] may be available for one version but not the other).

Original issue reported on code.google.com by andre.ro...@gmail.com on 28 Jul 2009 at 1:18

GoogleCodeExporter commented 8 years ago
I went ahead and implemented the two-different-files solution for now (r1103 
and r1105).

Tangential idea: If we ever do create a stage for users to convert Python 2 
settings
to Python 3 settings, that would also be a good time to convert everything to 
Unicode.

Original comment by shadytr...@gmail.com on 31 Jul 2009 at 3:25