[Python] Come importare una classe scritta in python2. in uno script python3 e viceversa?

Nicola Larosa nico a tekNico.net
Mer 11 Mar 2015 09:27:19 CET


Marco Ippolito wrote:
> Quali sono le principali differenze tra:
> https://docs.python.org/2/library/2to3.html
> e
> http://python-future.org/index.html
> ?

È spiegato in basso nella seconda pagina che linkato:

<http://python-future.org/faq.html#relationship-between-python-future-and-other-compatibility-tools>

In breve: usa 2to3 una volta per convertire il tuo codice a Python 3,
e poi usa future per retrocompatibilità con Python2.

-- 
Nicola 'tekNico' Larosa <http://www.tekNico.net/>

Look at the poor New Agers. Christianity developed defenses against
criticism, arguing for the wonders of faith; New Agers culturally
inherit the cached thought that faith is positive, but lack Christian-
ity's exclusionary scripture to keep out competing memes. New Agers
end up in happy death spirals around stars, trees, magnets, diets,
spells, unicorns... - Eliezer Yudkowsky, 2007



Maggiori informazioni sulla lista Python