Re: Getting a value that follows string.find()

2013-08-14 Thread John Gordon
In <40816fed-38d4-4baa-92cc-c80cd8feb...@googlegroups.com> englishkevin...@gmail.com writes: > I know the title doesn't make much sense, but I didnt know how to explain my > problem. > Anywho, I've opened a page's source in URLLIB > starturlsource = starturlopen.read() > string.find(starturlsou

Re: Getting a value that follows string.find()

2013-08-13 Thread Steven D'Aprano
On Tue, 13 Aug 2013 16:03:46 -0700, englishkevin110 wrote: > On Tuesday, August 13, 2013 5:58:07 PM UTC-5, Joel Goldstick wrote: [fixing Joel's top-posting] >> On Tue, Aug 13, 2013 at 6:51 PM, <> wrote: >> >> > I know the title doesn't make much sense, but I didnt know how to >> > explain my p

Re: Getting a value that follows string.find()

2013-08-13 Thread Dave Angel
englishkevin...@gmail.com wrote: > I know the title doesn't make much sense, but I didnt know how to explain my > problem. > > Anywho, I've opened a page's source in URLLIB > starturlsource = starturlopen.read() > string.find(starturlsource, '>> import string >>> help(string.find) Traceback (most

Re: Getting a value that follows string.find()

2013-08-13 Thread Joel Goldstick
On Tue, Aug 13, 2013 at 7:18 PM, Joel Goldstick wrote: > On Tue, Aug 13, 2013 at 7:03 PM, wrote: >> On Tuesday, August 13, 2013 5:58:07 PM UTC-5, Joel Goldstick wrote: >>> lookup urlparse for you answer >>> >>> >>> >>> On Tue, Aug 13, 2013 at 6:51 PM, <> wrote: >>> >>> > I know the title doesn'

Re: Getting a value that follows string.find()

2013-08-13 Thread Joel Goldstick
On Tue, Aug 13, 2013 at 7:03 PM, wrote: > On Tuesday, August 13, 2013 5:58:07 PM UTC-5, Joel Goldstick wrote: >> lookup urlparse for you answer >> >> >> >> On Tue, Aug 13, 2013 at 6:51 PM, <> wrote: >> >> > I know the title doesn't make much sense, but I didnt know how to explain >> > my proble

Re: Getting a value that follows string.find()

2013-08-13 Thread englishkevin110
On Tuesday, August 13, 2013 5:58:07 PM UTC-5, Joel Goldstick wrote: > lookup urlparse for you answer > > > > On Tue, Aug 13, 2013 at 6:51 PM, <> wrote: > > > I know the title doesn't make much sense, but I didnt know how to explain > > my problem. > > > > > > Anywho, I've opened a page's so

Re: Getting a value that follows string.find()

2013-08-13 Thread Joel Goldstick
lookup urlparse for you answer On Tue, Aug 13, 2013 at 6:51 PM, wrote: > I know the title doesn't make much sense, but I didnt know how to explain my > problem. > > Anywho, I've opened a page's source in URLLIB > starturlsource = starturlopen.read() > string.find(starturlsource, 'http://mail.py

Getting a value that follows string.find()

2013-08-13 Thread englishkevin110
I know the title doesn't make much sense, but I didnt know how to explain my problem. Anywho, I've opened a page's source in URLLIB starturlsource = starturlopen.read() string.find(starturlsource, 'http://mail.python.org/mailman/listinfo/python-list