Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Thomas Heller Newsgroups: comp.lang.python Subject: 2to6 ? Date: Wed, 27 Jun 2012 16:36:07 +0200 Lines: 5 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 0GPQSowfNqI/xOlHjEKZmwn8AAb2GiCQrET6G85ByEcfY0nw3axyr8f6dXjagTZR4= Cancel-Lock: sha1:imN05ih3EjnFcMbjl6Se+7/dsrQ= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 Xref: csiph.com comp.lang.python:24518 Is there a tool, similar to 2to3, which converts python2 code to code using six.py, so that it runs unchanged with python2 *and* python 3? Thomas