Re: "The urlopen() and urlretrieve() functions can cause arbitrarily long delays"

2013-02-24 Thread 7segment
On Sun, 24 Feb 2013 11:55:09 -0700, Ian Kelly wrote: > On Sun, Feb 24, 2013 at 10:48 AM, 7segment <7segm...@live.com> wrote: >> Hi! >> >> The subject is a segment of a sentence which I copied from Python's >> official homepage. In whole, it reads: >> &

Re: "The urlopen() and urlretrieve() functions can cause arbitrarily long delays"

2013-02-24 Thread 7segment
On Sun, 24 Feb 2013 19:04:28 +, MRAB wrote: > On 2013-02-24 18:55, Ian Kelly wrote: >> On Sun, Feb 24, 2013 at 10:48 AM, 7segment <7segm...@live.com> wrote: >>> Hi! >>> >>> The subject is a segment of a sentence which I copied from Python&#

"The urlopen() and urlretrieve() functions can cause arbitrarily long delays"

2013-02-24 Thread 7segment
Hi! The subject is a segment of a sentence which I copied from Python's official homepage. In whole, it reads: "The urlopen() and urlretrieve() functions can cause arbitrarily long delays while waiting for a network connection to be set up. This means that it is difficult to build an interacti

msmtp in python

2012-09-23 Thread 7segment
Hi. I have written a program to send email using python. However, I want to use msmtp for delegating the sending to my gmail account. So this part should be changed but I have no idea how! In theory the "sendmail" function should automatically call msmtp, but i don't know how to define "s" th