<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">ciao e benvenuto,<br>
<br>
On 01/07/2015 05:52 AM, <a class="moz-txt-link-abbreviated" href="mailto:emiliotosco@yahoo.co.jp">emiliotosco@yahoo.co.jp</a> wrote:<br>
</div>
<blockquote
cite="mid:889309.26320.qm@web101302.mail.kks.yahoo.co.jp"
type="cite">
<div style="color:; background-color:; font-family:arial,
helvetica, sans-serif;font-size:10pt">
<div><span>Sto iniziando a studiare Python</span></div>
<div><span>attraverso il libro di M.Beri per Apogeo su</span></div>
<div><span>Pocket Python che tratta la versione 3.x.</span></div>
<div><span>Al capitolo 6 si introducono le funzioni try.</span></div>
<div><span>finally...else.</span></div>
<div><span>Il problema e` che <br>
</span></div>
<div><span>non riesco a far funzionare i comandi come da libro.</span></div>
<div><span>per prima cosa ho usato l`IDLE .<br>
</span></div>
<div><span>Dopo che Beri stesso mi ha risposto che invece</span></div>
<div><span>l`esempio si riferiva a uno script, ho provato</span><span>
anche con lo script</span><span> ( ho usato</span></div>
<div><span>run module) ma l`errore rimane.</span></div>
<div><span>Scusate sara banale ma questo e` il mio primo
inghippo che non riesco</span></div>
<div><span>a risolvere da solo.</span></div>
<div><span><br>
</span></div>
</div>
</blockquote>
Con quale comando lo esegui?<br>
li hai messi i 2 argomenti?<br>
<br>
PS: se è possibile evita di usare html nella mail (imposta la
modalità *testo*)<br>
<br>
<blockquote
cite="mid:889309.26320.qm@web101302.mail.kks.yahoo.co.jp"
type="cite">
<div style="color:; background-color:; font-family:arial,
helvetica, sans-serif;font-size:10pt">
<div><span>Ecco lo script:</span></div>
<div><span><br>
</span></div>
<div><span>import sys<br>
dividendo = int(sys.argv[1])<br>
divisore = int(sys.argv[2])<br>
try:<br>
quoziente = dividendo / divisore<br>
except:<br>
print ("Eccezione!")<br>
print (sys.exc_info()[0])<br>
print (sys.exc_info()[1])<br>
print(sys.exc_info()[2])<br>
else:<br>
print("Quoziente uguale a ", quoziente)<br>
finally:<br>
print ("Ho finito")</span></div>
<div><span><br>
</span></div>
<div><span>L`errore e nello screenshot in allegato.</span></div>
<div><span><br>
</span></div>
<div><span>Enrico Maria Rinaldi<br>
</span></div>
<div><br>
</div>
</div>
</blockquote>
<br>
PPSS: e quota eventualmente solo il testo necessario alla
comprensione del messaggio che vuoi scrivere, non tutta questa
zozzeria<br>
ciao ;)<br>
<br>
<br>
<br>
<blockquote
cite="mid:889309.26320.qm@web101302.mail.kks.yahoo.co.jp"
type="cite">
<div style="color:; background-color:; font-family:arial,
helvetica, sans-serif;font-size:10pt">
<div>
<blockquote style="border-left: 2px solid rgb(16, 16, 255);
margin-left: 5px; margin-top: 5px; padding-left: 5px;">
<div style="font-family: arial, helvetica, sans-serif;
font-size: 10pt;">
<div style="font-family: MS PGothic, sans-serif;
font-size: 12pt;">
<div dir="ltr"> <font face="Arial" size="2"> -----
Original Message -----<br>
<b><span style="font-weight:bold;">From:</span></b>
<a class="moz-txt-link-rfc2396E" href="mailto:python-request@lists.python.it">"python-request@lists.python.it"</a>
<a class="moz-txt-link-rfc2396E" href="mailto:python-request@lists.python.it"><python-request@lists.python.it></a><br>
<b><span style="font-weight: bold;">To:</span></b>
<a class="moz-txt-link-abbreviated" href="mailto:python@lists.python.it">python@lists.python.it</a> <br>
<b><span style="font-weight: bold;">Date:</span></b>
2015/1/7, Wed 07:08<br>
<b><span style="font-weight: bold;">Subject:</span></b>
Digest di Python, Volume 107, Numero 15<br>
</font> </div>
<br>
Invia le richieste di iscrizione alla lista Python
all'indirizzo<br>
<a moz-do-not-send="true"
ymailto="mailto:python@lists.python.it"
href="mailto:python@lists.python.it" target="_self">python@lists.python.it</a><br>
<br>
Per iscriverti o cancellarti attraverso il web, visita<br>
<a moz-do-not-send="true"
href="http://lists.python.it/mailman/listinfo/python"
target="_blank">http://lists.python.it/mailman/listinfo/python</a><br>
oppure, via email, manda un messaggio con oggetto `help'
all'indirizzo<br>
<a moz-do-not-send="true"
ymailto="mailto:python-request@lists.python.it"
href="mailto:python-request@lists.python.it"
target="_self">python-request@lists.python.it</a><br>
<br>
Puoi contattare la persona che gestisce la lista
all'indirizzo<br>
<a moz-do-not-send="true"
ymailto="mailto:python-owner@lists.python.it"
href="mailto:python-owner@lists.python.it"
target="_self">python-owner@lists.python.it</a><br>
<br>
Se rispondi a questo messaggio, per favore edita la
linea dell'oggetto<br>
in modo che sia più utile di un semplice "Re: Contenuti
del digest<br>
della lista Python..."<br>
<br>
<br>
Argomenti del Giorno:<br>
<br>
1. R: Re: Offertona di libri Python e non solo a 5?:
scade OGGI<br>
(Paolo Di Ieso)<br>
2. Re: Offertona di libri Python e non solo a 5?:
scade OGGI<br>
(Francesco Maida)<br>
3. Re: Python con tipi (Enrico Bianchi)<br>
4. Walks like Python. Runs like C. (Marco Daneluzzo)<br>
5. Domanda per utenti mac (paolo lo bello)<br>
6. Re: Domanda per utenti mac (Carlos Catucci)<br>
7. Re: Domanda per utenti mac (Simone Federici)<br>
8. Re: Domanda per utenti mac (Simone Federici)<br>
9. Re: Domanda per utenti mac (Carlos Catucci)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 6 Jan 2015 12:04:47 +0100 (CET)<br>
From: Paolo Di Ieso <<a moz-do-not-send="true"
ymailto="mailto:paolodiieso@libero.it"
href="mailto:paolodiieso@libero.it" target="_self">paolodiieso@libero.it</a>><br>
To: <a moz-do-not-send="true"
ymailto="mailto:python@lists.python.it"
href="mailto:python@lists.python.it" target="_self">python@lists.python.it</a><br>
Subject: [Python] R: Re: Offertona di libri Python e
non solo a 5?:<br>
scade OGGI<br>
Message-ID:<br>
<<a moz-do-not-send="true"
ymailto="mailto:736589528.3094711420542287834.JavaMail.httpd@webmail-58.iol.local"
href="mailto:736589528.3094711420542287834.JavaMail.httpd@webmail-58.iol.local"
target="_self">736589528.3094711420542287834.JavaMail.httpd@webmail-58.iol.local</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
<br>
<br>
----Messaggio originale----<br>
<br>
Da: <a moz-do-not-send="true"
ymailto="mailto:enrico.franchi@gmail.com"
href="mailto:enrico.franchi@gmail.com" target="_self">enrico.franchi@gmail.com</a><br>
<br>
Data: 06/01/2015 11.31<br>
<br>
A: "Discussioni generali sul linguaggio Python"<<a
moz-do-not-send="true"
ymailto="mailto:python@lists.python.it"
href="mailto:python@lists.python.it" target="_self">python@lists.python.it</a>><br>
<br>
Cc: "Paolo Di Ieso"<<a moz-do-not-send="true"
ymailto="mailto:paolodiieso@libero.it"
href="mailto:paolodiieso@libero.it" target="_self">paolodiieso@libero.it</a>><br>
<br>
Ogg: Re: [Python] Offertona di libri Python e non solo a
5?: scade OGGI<br>
<br>
<br>
<br>
<br>
<br>
2015-01-06 10:42 GMT+01:00 Francesco Maida <<a
moz-do-not-send="true"
ymailto="mailto:francesco.maida@gmail.com"
href="mailto:francesco.maida@gmail.com" target="_self">francesco.maida@gmail.com</a>>:<br>
<br>
Ah, grazie mille per la dritta. A me interessava giusto
il libro su tkinter ("Tkinter GUI application
development hotshot") anche se è vecchiotto e parla solo
di Python 2.<br>
Dove lo hai trovato? Nella lista chec'era sulla pagina
non lo trovai.. -- <br>
.<br>
..: -enrico-<br>
<br>
<br>
Quelli in "vetrina" NON sono tutti quelli disponibili.<br>
Cercando "Python" ne saltano fuori altri insieme quello
di cui state parlando.<br>
<br>
Così per altri argomenti.<br>
<br>
Paolo<br>
<br>
-------------- parte successiva --------------<br>
Un allegato HTML è stato rimosso...<br>
URL: <<a moz-do-not-send="true"
href="http://lists.python.it/pipermail/python/attachments/20150106/41975747/attachment-0001.html"
target="_blank">http://lists.python.it/pipermail/python/attachments/20150106/41975747/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 6 Jan 2015 13:31:07 +0100<br>
From: Francesco Maida <<a moz-do-not-send="true"
ymailto="mailto:francesco.maida@gmail.com"
href="mailto:francesco.maida@gmail.com" target="_self">francesco.maida@gmail.com</a>><br>
To: Discussioni generali sul linguaggio Python<br>
<<a moz-do-not-send="true"
ymailto="mailto:python@lists.python.it"
href="mailto:python@lists.python.it" target="_self">python@lists.python.it</a>><br>
Subject: Re: [Python] Offertona di libri Python e non
solo a 5?: scade<br>
OGGI<br>
Message-ID:<br>
<<a moz-do-not-send="true"
ymailto="mailto:CAFUqv_pYonjXKiFpJRdNRvMm9CLPpQgOLW_UaccbkF09fMV4Jw@mail.gmail.com"
href="mailto:CAFUqv_pYonjXKiFpJRdNRvMm9CLPpQgOLW_UaccbkF09fMV4Jw@mail.gmail.com"
target="_self">CAFUqv_pYonjXKiFpJRdNRvMm9CLPpQgOLW_UaccbkF09fMV4Jw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Il giorno 6 gennaio 2015 11:31, enrico franchi <<a
moz-do-not-send="true"
ymailto="mailto:enrico.franchi@gmail.com"
href="mailto:enrico.franchi@gmail.com" target="_self">enrico.franchi@gmail.com</a>><br>
ha scritto:<br>
<br>
><br>
> 2015-01-06 10:42 GMT+01:00 Francesco Maida <<a
moz-do-not-send="true"
ymailto="mailto:francesco.maida@gmail.com"
href="mailto:francesco.maida@gmail.com" target="_self">francesco.maida@gmail.com</a>>:<br>
><br>
>><br>
>> Ah, grazie mille per la dritta. A me
interessava giusto il libro su<br>
>> tkinter ("Tkinter GUI application development
hotshot") anche se è<br>
>> vecchiotto e parla solo di Python 2.<br>
>><br>
><br>
> Dove lo hai trovato? Nella lista chec'era sulla
pagina non lo trovai..<br>
><br>
<br>
<br>
<br>
<a moz-do-not-send="true"
href="https://www.packtpub.com/application-development/tkinter-gui-application-development-hotshot"
target="_blank">https://www.packtpub.com/application-development/tkinter-gui-application-development-hotshot</a><br>
-------------- parte successiva --------------<br>
Un allegato HTML è stato rimosso...<br>
URL: <<a moz-do-not-send="true"
href="http://lists.python.it/pipermail/python/attachments/20150106/df99e816/attachment-0001.html"
target="_blank">http://lists.python.it/pipermail/python/attachments/20150106/df99e816/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 06 Jan 2015 18:04:54 +0100<br>
From: Enrico Bianchi <<a moz-do-not-send="true"
ymailto="mailto:enrico.bianchi@ymail.com"
href="mailto:enrico.bianchi@ymail.com" target="_self">enrico.bianchi@ymail.com</a>><br>
To: Discussioni generali sul linguaggio Python<br>
<<a moz-do-not-send="true"
ymailto="mailto:python@lists.python.it"
href="mailto:python@lists.python.it" target="_self">python@lists.python.it</a>><br>
Subject: Re: [Python] Python con tipi<br>
Message-ID: <<a moz-do-not-send="true"
ymailto="mailto:54AC15B6.7000702@ymail.com"
href="mailto:54AC15B6.7000702@ymail.com"
target="_self">54AC15B6.7000702@ymail.com</a>><br>
Content-Type: text/plain; charset=windows-1252;
format=flowed<br>
<br>
On 01/01/2015 04:21 PM, Alessandro Re wrote:<br>
> Lo usereste?<br>
<br>
Si, perche` lo vedo come cosa buona e giusta,
soprattutto in determinati <br>
ambiti<br>
<br>
Enrico<br>
P.S. l'operatore -> mi fa strano...<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 06 Jan 2015 21:02:26 +0100<br>
From: Marco Daneluzzo <<a moz-do-not-send="true"
ymailto="mailto:marco.daneluzzo@livecom.it"
href="mailto:marco.daneluzzo@livecom.it"
target="_self">marco.daneluzzo@livecom.it</a>><br>
To: Discussioni generali sul linguaggio Python<br>
<<a moz-do-not-send="true"
ymailto="mailto:python@lists.python.it"
href="mailto:python@lists.python.it" target="_self">python@lists.python.it</a>><br>
Subject: [Python] Walks like Python. Runs like C.<br>
Message-ID: <<a moz-do-not-send="true"
ymailto="mailto:54AC3F52.5010408@livecom.it"
href="mailto:54AC3F52.5010408@livecom.it"
target="_self">54AC3F52.5010408@livecom.it</a>><br>
Content-Type: text/plain; charset=iso-8859-15;
format=flowed<br>
<br>
Carissimi,<br>
<br>
ho trovato in rete il linguaggio di programmazione Julia
e il relativo <br>
ambiente di sviluppo Juno.<br>
<br>
Volevo sapere se qualcuno di voi lo ha provato, che cosa
ne pensa e se <br>
ci sono effettivamente delle similitudini con Python.<br>
<br>
Ciao<br>
Marco<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Tue, 6 Jan 2015 21:36:00 +0100<br>
From: paolo lo bello <<a moz-do-not-send="true"
ymailto="mailto:wildlux@gmail.com"
href="mailto:wildlux@gmail.com" target="_self">wildlux@gmail.com</a>><br>
To: Discussioni generali sul linguaggio Python<br>
<<a moz-do-not-send="true"
ymailto="mailto:Python@lists.python.it"
href="mailto:Python@lists.python.it" target="_self">Python@lists.python.it</a>><br>
Subject: [Python] Domanda per utenti mac<br>
Message-ID:<br>
<CAFW0pVQudw4R8zc=<a moz-do-not-send="true"
ymailto="mailto:G8iNqFzX1-a-KyWgAeT1R7EQVe4dD2kywQ@mail.gmail.com"
href="mailto:G8iNqFzX1-a-KyWgAeT1R7EQVe4dD2kywQ@mail.gmail.com"
target="_self">G8iNqFzX1-a-KyWgAeT1R7EQVe4dD2kywQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Ciao ragazzi volevo chiedervi che ne pensate sul time
capsule e della<br>
soluzione Apple.<br>
Secondo me non è una vera soluzione economica per i
file.<br>
Io posseggo un router che è costato 60 euro della
d-link .<br>
Questo router ha la funzione per la stampante di rete
oppure un'archvio usb.<br>
Secondo me è inutile ora come ora comprarsi 300 o 400
euro di 1 TB o 2 Tb<br>
di HD.<br>
cito: <a moz-do-not-send="true"
href="http://store.apple.com/it/product/ME177Z/A/airport-time-capsule-2tb"
target="_blank">http://store.apple.com/it/product/ME177Z/A/airport-time-capsule-2tb</a><br>
<br>
Che ne pensate?<br>
-------------- parte successiva --------------<br>
Un allegato HTML è stato rimosso...<br>
URL: <<a moz-do-not-send="true"
href="http://lists.python.it/pipermail/python/attachments/20150106/7ce24fdf/attachment-0001.html"
target="_blank">http://lists.python.it/pipermail/python/attachments/20150106/7ce24fdf/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Tue, 6 Jan 2015 22:14:22 +0100<br>
From: Carlos Catucci <<a moz-do-not-send="true"
ymailto="mailto:carlos.catucci@gmail.com"
href="mailto:carlos.catucci@gmail.com" target="_self">carlos.catucci@gmail.com</a>><br>
To: Discussioni generali sul linguaggio Python<br>
<<a moz-do-not-send="true"
ymailto="mailto:python@lists.python.it"
href="mailto:python@lists.python.it" target="_self">python@lists.python.it</a>><br>
Subject: Re: [Python] Domanda per utenti mac<br>
Message-ID:<br>
<CAEaPG9TyTk6uzvXf9uVzCaR6Gfy=<a
moz-do-not-send="true"
ymailto="mailto:YOCG9GpS2b6kFAQKvPSahQ@mail.gmail.com"
href="mailto:YOCG9GpS2b6kFAQKvPSahQ@mail.gmail.com"
target="_self">YOCG9GpS2b6kFAQKvPSahQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
2015-01-06 21:36 GMT+01:00 paolo lo bello <<a
moz-do-not-send="true"
ymailto="mailto:wildlux@gmail.com"
href="mailto:wildlux@gmail.com" target="_self">wildlux@gmail.com</a>>:<br>
<br>
> Ciao ragazzi volevo chiedervi che ne pensate sul
time capsule e della<br>
> soluzione Apple.<br>
<br>
<br>
Ho idea tu sia leggermente OT per gli scopi della lista<br>
<br>
Carlos<br>
-- <br>
EZLN ... Para Todos Todo ... Nada para nosotros<br>
-------------- parte successiva --------------<br>
Un allegato HTML è stato rimosso...<br>
URL: <<a moz-do-not-send="true"
href="http://lists.python.it/pipermail/python/attachments/20150106/9a56d66b/attachment-0001.html"
target="_blank">http://lists.python.it/pipermail/python/attachments/20150106/9a56d66b/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Tue, 6 Jan 2015 22:50:06 +0100<br>
From: Simone Federici <<a moz-do-not-send="true"
ymailto="mailto:s.federici@gmail.com"
href="mailto:s.federici@gmail.com" target="_self">s.federici@gmail.com</a>><br>
To: Discussioni generali sul linguaggio Python<br>
<<a moz-do-not-send="true"
ymailto="mailto:python@lists.python.it"
href="mailto:python@lists.python.it" target="_self">python@lists.python.it</a>><br>
Subject: Re: [Python] Domanda per utenti mac<br>
Message-ID:<br>
<CAKsNYuhk5wBYuVCgCQ9WLPdvyECG6t3FQ=<a
moz-do-not-send="true"
ymailto="mailto:naPwbKyCWRYiaZww@mail.gmail.com"
href="mailto:naPwbKyCWRYiaZww@mail.gmail.com"
target="_self">naPwbKyCWRYiaZww@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
paolo lo bello <<a moz-do-not-send="true"
ymailto="mailto:wildlux@gmail.com"
href="mailto:wildlux@gmail.com" target="_self">wildlux@gmail.com</a>>
wrote:<br>
><br>
><br>
> Che ne pensate?<br>
><br>
<br>
<br>
-- <br>
Simone Federici<br>
------------------------<br>
Software Craftsman<br>
XP, Agile, Scrum, Kanban<br>
Quality, performance & security<br>
<br>
Explicit is better than implicit.<br>
-------------- parte successiva --------------<br>
Un allegato HTML è stato rimosso...<br>
URL: <<a moz-do-not-send="true"
href="http://lists.python.it/pipermail/python/attachments/20150106/15fd28a4/attachment-0001.html"
target="_blank">http://lists.python.it/pipermail/python/attachments/20150106/15fd28a4/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Tue, 6 Jan 2015 22:54:17 +0100<br>
From: Simone Federici <<a moz-do-not-send="true"
ymailto="mailto:s.federici@gmail.com"
href="mailto:s.federici@gmail.com" target="_self">s.federici@gmail.com</a>><br>
To: Discussioni generali sul linguaggio Python<br>
<<a moz-do-not-send="true"
ymailto="mailto:python@lists.python.it"
href="mailto:python@lists.python.it" target="_self">python@lists.python.it</a>><br>
Subject: Re: [Python] Domanda per utenti mac<br>
Message-ID:<br>
<CAKsNYujXBktRVqr05cdHZpp0xRtTyR+p=<a
moz-do-not-send="true"
ymailto="mailto:JSiJxV8ku1QSo7oOQ@mail.gmail.com"
href="mailto:JSiJxV8ku1QSo7oOQ@mail.gmail.com"
target="_self">JSiJxV8ku1QSo7oOQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
paolo:<br>
<br>
> Che ne pensate?<br>
><br>
<br>
ok siamo ot...<br>
peró è un bello strumento. ma non esclude di comprarsi
un bell'hd capiente.<br>
se dovessi scegliere senza problemi di soldi sceglierei
l'hd a stato solido<br>
+ grande che c'è.... + una soluzione di backup.<br>
<br>
<br>
-- <br>
Simone Federici<br>
------------------------<br>
Software Craftsman<br>
XP, Agile, Scrum, Kanban<br>
Quality, performance & security<br>
<br>
Explicit is better than implicit.<br>
-------------- parte successiva --------------<br>
Un allegato HTML è stato rimosso...<br>
URL: <<a moz-do-not-send="true"
href="http://lists.python.it/pipermail/python/attachments/20150106/c6cf9c3f/attachment-0001.html"
target="_blank">http://lists.python.it/pipermail/python/attachments/20150106/c6cf9c3f/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Tue, 6 Jan 2015 23:07:43 +0100<br>
From: Carlos Catucci <<a moz-do-not-send="true"
ymailto="mailto:carlos.catucci@gmail.com"
href="mailto:carlos.catucci@gmail.com" target="_self">carlos.catucci@gmail.com</a>><br>
To: Discussioni generali sul linguaggio Python<br>
<<a moz-do-not-send="true"
ymailto="mailto:python@lists.python.it"
href="mailto:python@lists.python.it" target="_self">python@lists.python.it</a>><br>
Subject: Re: [Python] Domanda per utenti mac<br>
Message-ID:<br>
<CAEaPG9T_=BVXghUERmH7LuB3xYt8S-aNYzXEr4WJ=<a
moz-do-not-send="true"
ymailto="mailto:9QAQEgsKA@mail.gmail.com"
href="mailto:9QAQEgsKA@mail.gmail.com" target="_self">9QAQEgsKA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
2015-01-06 22:54 GMT+01:00 Simone Federici <<a
moz-do-not-send="true"
ymailto="mailto:s.federici@gmail.com"
href="mailto:s.federici@gmail.com" target="_self">s.federici@gmail.com</a>>:<br>
<br>
> ok siamo ot...<br>
<br>
<br>
Oggi ultimo giorno di festa, da domani a chi va OT
scateno il nostro<br>
Gollum, sia chiaro ;)<br>
<br>
Carlos<br>
-- <br>
EZLN ... Para Todos Todo ... Nada para nosotros<br>
-------------- parte successiva --------------<br>
Un allegato HTML è stato rimosso...<br>
URL: <<a moz-do-not-send="true"
href="http://lists.python.it/pipermail/python/attachments/20150106/acf1aa7f/attachment.html"
target="_blank">http://lists.python.it/pipermail/python/attachments/20150106/acf1aa7f/attachment.html</a>><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Python mailing list<br>
<a moz-do-not-send="true"
ymailto="mailto:Python@lists.python.it"
href="mailto:Python@lists.python.it" target="_self">Python@lists.python.it</a><br>
<a moz-do-not-send="true"
href="http://lists.python.it/mailman/listinfo/python"
target="_blank">http://lists.python.it/mailman/listinfo/python</a><br>
<br>
<br>
Fine di Digest di Python, Volume 107, Numero 15<br>
***********************************************<br>
<br>
<br>
</div>
</div>
</blockquote>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Python mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Python@lists.python.it">Python@lists.python.it</a>
<a class="moz-txt-link-freetext" href="http://lists.python.it/mailman/listinfo/python">http://lists.python.it/mailman/listinfo/python</a>
</pre>
</blockquote>
<br>
</body>
</html>