summaryrefslogtreecommitdiffhomepage
path: root/it-it
diff options
context:
space:
mode:
authorSimon Shine <shreddedglory@gmail.com>2020-02-12 05:03:08 +0100
committerSimon Shine <shreddedglory@gmail.com>2020-02-12 05:03:08 +0100
commitefe00fd06e2908f547ed8d47bd818301f96c4620 (patch)
tree9e07da463ae19388a0e1d4658cddce771def126c /it-it
parenta3b0585374d69e392fdb724bde30bc4048358d31 (diff)
Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'
The list of references is exhausted by running 'ack docs/python'.
Diffstat (limited to 'it-it')
-rw-r--r--it-it/pythonlegacy-it.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/it-it/pythonlegacy-it.html.markdown b/it-it/pythonlegacy-it.html.markdown
index 794e7a70..0a8147b3 100644
--- a/it-it/pythonlegacy-it.html.markdown
+++ b/it-it/pythonlegacy-it.html.markdown
@@ -20,7 +20,7 @@ Feedback sono altamente apprezzati! Potete contattarmi su [@louiedinh](http://tw
Nota: questo articolo è riferito a Python 2.7 in modo specifico, ma dovrebbe andar
bene anche per Python 2.x. Python 2.7 sta raggiungendo il "fine vita", ovvero non sarà
più supportato nel 2020. Quindi è consigliato imparare Python utilizzando Python 3.
-Per maggiori informazioni su Python 3.x, dai un'occhiata al [tutorial di Python 3](http://learnxinyminutes.com/docs/python3/).
+Per maggiori informazioni su Python 3.x, dai un'occhiata al [tutorial di Python 3](http://learnxinyminutes.com/docs/python/).
E' possibile anche scrivere codice compatibile sia con Python 2.7 che con Python 3.x,
utilizzando [il modulo `__future__`](https://docs.python.org/2/library/__future__.html) di Python.