On 29 jan, 16:45, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> ychaouche wrote:
> > Hi, python experts.
>
> >
> > [EMAIL PROTECTED]:~/TEST$ python nettoyageHTML.py
> > [EMAIL PROTECTED]:~/TEST$
> >
>
> > This is the nettoyageHT
Hi, python experts.
[EMAIL PROTECTED]:~/TEST$ python nettoyageHTML.py
[EMAIL PROTECTED]:~/TEST$
This is the nettoyageHTML.py python script
from HTMLParser import HTMLParser
class ParseurHTML(HTMLParser):
def __init__(self):
HTMLParser.__init__(self)
def start_body(self,attrs
How stupid I am. Indeed i did ! I didn't pay attention to that.. Thanks
!
> did you perhaps name your test program "pickle.py" ?
>
>
--
http://mail.python.org/mailman/listinfo/python-list
Hi !
i am having a strange experience with the pickle module. I use
python2.4 and i really don't understand what is happening on ! take a
look at this :
import pickle
print "hello"
hello
hello
#import pickle
print "hello"
hello
I just don't get it.
Thank you for any advice or help !