Martin v. Löwis schrieb: >> It's pretty easy to make Python source that works under 2.6 and 3.x. >> It's basically impossible to make Python source that works under 2.4/2.5 >> and 3.x. You may be able to write code that works under 2.4/2.5 and >> works cleanly with 2to3 to produce 3.x code. I haven't tried that >> route, though in theory it should work. All you really need is syntax >> compatibility. > > I have tried that route for a number of projects, and I think it works > really well. It is also supported by distribute.
I've ported both Docutils and Pygments using that strategy, and I'll gladly agree to that. Georg _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com