Mechanize/Browser question

bruce bedouglas at earthlink.net
Mon Jul 10 11:27:39 EDT 2006


hi...

i can do the following
  br = Browser
  br.open("www.yahoo.com")
  br.open("file:///foo")

 but can i do
  s = "..." <<<< qualified html text
  br.open(s)

 i'm curious, if i have html from someother source, is there a way to simply
get it into the "Browser" so i can modify it...

thanks

-bruce





More information about the Python-list mailing list