[Python-porting] 2to3 speed

Vladimir Perić vlada.peric at gmail.com
Fri Jun 10 23:56:06 CEST 2011
Thanks to both of you! I am currently using tox for testing/development, but
I think I understood from your explanation how to make it all work under
Python 3 as well. I've also downloaded the 3.2 version of it and it's about
40% faster, so that was a great help as well!

I have encountered an interesting issue, though - one of the libraries SymPy
bundles is written to support Python 3 in a single code base (without 2to3).
Unfortunately, some of the fixes 2to3 makes bungle this up. Now, editing the
library is not a good solution, I'd rather keep it as is - is it possible to
tell to 2to3 to skip a part of the code base? And, of course, can I do this
from distutils/distribute?


-- 
Vladimir Perić
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-porting/attachments/20110610/124e024e/attachment.html>


More information about the Python-porting mailing list