> from __past__ import python27 > > >> >> Io l'ho provato davvero, pensando fosse una tra le tante nuove >> funzionalità di Python 3.x... >> > bisognerebbe davvero farlo non credi? > >> > La curiosità ecc. ecc. C'ho provato:
ivo@Criceto1:~$ python Python 2.7.11+ (default, Apr 17 2016, 14:00:29) [GCC 5.3.1 20160413] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from __past__ import python27 Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named __past__ >>>
_______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python