Re: Stop posting HTML [was Re: I haev fixed it]

2013-10-01 Thread Daniel Stojanov
On 2 October 2013 12:40, Steven D'Aprano wrote: >>> Joel, you've been asked repeatedly to please stop posting HTML. > [...] > >> > class="gmail_extra">I'm very sorry. I didn't realize I was. I >> use gmail for this list, and I believe it replies with html if the >> previous message was written w

Re: JUST GOT HACKED

2013-10-01 Thread Daniel Stojanov
On 02/10/2013 12:05 AM, "Νίκος" wrote: > Thanks for visting my website: you help me increase my google page rank without actually utilizing SEO. > > -- > https://mail.python.org/mailman/listinfo/python-list 1) You need links, not page views to improve your Google rank. 2) I just signed up the t

Weird bahaviour from shlex - line no

2013-09-27 Thread Daniel Stojanov
Can somebody explain this. The line number reported by shlex depends on the previous token. I want to be able to tell if I have just popped the last token on a line. import shlex first = shlex.shlex("word1 word2\nword3") print first.get_token() print first.get_token() print "line no", first.li